Hello,
On 06-06-10 21:09, Austin English wrote:
On Sun, Jun 6, 2010 at 3:27 AM, Andrew Nguyen<[email protected]> wrote:
On Sun, Jun 6, 2010 at 2:50 AM, Austin English<[email protected]> 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