On Thu, 7 Mar 2002, Steffen Neumann wrote: > > I have the problem that analog PCM center_lfe Output > (and therefore also surround51 is not working on SBLive5.1. > While playback works on surround40, I can't send sound > to the center channel and get a message from libasound: > > ALSA lib setup.c:343:(snd_config_get_ctl_elem_value) bad value index > > As far as I understood I need to set > the combined Analog/Digital Output Jack > to analog output, which I did using > > amixer sset 'SB Live Analog/Digital Output Jack' on > Simple mixer control 'SB Live Analog/Digital Output Jack',0 > Capabilities: pswitch pswitch-joined > Playback channels: Mono > Mono: Playback [on] > > I could not find means for further debugging, > so I'd like to know where to look from here on. > > System is Debian, gcc2.95.4, ALSA CVS from 02/26/2002 > just before 0.9.0beta12 and yesterdays CVS, as well > as some earlier CVS Versions in the past weeks. > > Any Ideas ?
This patch should fix this problem: Index: Audigy.conf =================================================================== RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/Audigy.conf,v retrieving revision 1.1 diff -u -r1.1 Audigy.conf --- Audigy.conf 31 Jan 2002 18:54:56 -0000 1.1 +++ Audigy.conf 8 Mar 2002 07:41:10 -0000 @@ -66,13 +66,13 @@ name "Wave Center Playback Volume" preserve true lock true - value [ 0 0 ] + value 0 } { name "Wave LFE Playback Volume" preserve true lock true - value [ 0 0 ] + value 0 } { name "EMU10K1 PCM Send Volume" Index: EMU10K1.conf =================================================================== RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/EMU10K1.conf,v retrieving revision 1.5 diff -u -r1.5 EMU10K1.conf --- EMU10K1.conf 8 Nov 2001 12:46:42 -0000 1.5 +++ EMU10K1.conf 8 Mar 2002 07:41:10 -0000 @@ -66,13 +66,13 @@ name "Wave Center Playback Volume" preserve true lock true - value [ 0 0 ] + value 0 } { name "Wave LFE Playback Volume" preserve true lock true - value [ 0 0 ] + value 0 } { name "Headphone Center Playback Switch" Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project http://www.alsa-project.org SuSE Linux http://www.suse.com _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user