[MPlayer-users] alsa5 driver not working (patch included)

Joonas Koivunen rzei at mbnet.fi
Fri Mar 7 13:53:37 CET 2003


i'm not a developer but in case you want this included in mplayer, i think you 
should post it to mplayer-dev and put [PATCH] in topic and ofc read that doc 
about making patches in case there's something more..

-rzei

On Saturday 15 February 2003 10:02, Daniel Mario Vega wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>
> The alsa5 driver is not working on my machine:
>  > alsa-init: error setting parameters: Invalid parameter
>
> My configuration
>
> - Sound Card: SoundBlaster Live! (EMU10K1)
> - Alsa Kernel Driver 0.5.12a
> - Alsa Libs 0.5.10b
>
> This patch fixed the problem for me:
>
> *** old/libao2/ao_alsa5.c       Fri Nov  1 14:46:42 2002
> --- new/libao2/ao_alsa5.c       Sat Feb 15 04:32:31 2003
> ***************
> *** 160,162 ****
>        alsa_format.rate = ao_data.samplerate;
> !     alsa_format.voices = ao_data.channels*2;
>        alsa_format.interleave = 1;
> --- 160,162 ----
>        alsa_format.rate = ao_data.samplerate;
> !     alsa_format.voices = ao_data.channels;
>        alsa_format.interleave = 1;




More information about the MPlayer-users mailing list