configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access()

Maarten Lankhorst m.b.lankhorst at gmail.com
Sun Jun 6 16:03:08 CDT 2010


Hello,

On 06-06-10 21:09, Austin English wrote:
> On Sun, Jun 6, 2010 at 3:27 AM, Andrew Nguyen<arethusa26 at gmail.com>  wrote:
>    
>> On Sun, Jun 6, 2010 at 2:50 AM, Austin English<austinenglish at gmail.com>  wrote:
>>      
>>> See http://bugs.winehq.org/show_bug.cgi?id=23003
>>>
>>> --
>>> -Austin
>>>
>>>
>>>
>>>
>>>        
>> You should probably drop the snd_pcm_hw_params_get_access argument
>> check, both because it's not the function that's being tested, and
>> because, as far as I can tell from the alsa-lib git repo, the
>> prototype for the function has never changed.
>>      
> Good call, thanks for catching.
>    
Is snd_pcm_recover the only function missing? If so change it to dlsym, 
and add a copy of snd_pcm_recover to wine if it cannot find the libalsa 
one..

Cheers,
Maarten



More information about the wine-devel mailing list