# alsactl --version
alsactl version 1.0.10 (Linux 2.6.14 x86_64)

# cat /proc/asound/cards
0 [Audigy2        ]: Audigy2 - Audigy 2 Value [SB0400]
                     Audigy 2 Value [SB0400] (rev.0, serial:0x10011102)
at 0x9c00, irq 22

The mixers don't see the PCM channel:

# amixer scontrols
Simple mixer control 'Headphone',0
Simple mixer control '3D Control - Center',0
Simple mixer control '3D Control - Depth',0
Simple mixer control '3D Control - Switch',0
Simple mixer control 'Line',0
Simple mixer control 'CD',0
Simple mixer control 'Mic Boost (+20dB)',0
Simple mixer control 'Phone',0
Simple mixer control 'PC Speaker',0
Simple mixer control 'Aux',0
Simple mixer control 'Audigy Analog/Digital Output Jack',0
Simple mixer control 'External Amplifier',0

But it's there, at 130:
# amixer controls
numid=35,iface=MIXER,name='Headphone Playback Switch'
numid=36,iface=MIXER,name='Headphone Playback Volume'
numid=63,iface=MIXER,name='3D Control - Center'
numid=64,iface=MIXER,name='3D Control - Depth'
numid=60,iface=MIXER,name='3D Control - Switch'
numid=46,iface=MIXER,name='Line Playback Switch'
numid=47,iface=MIXER,name='Line Playback Volume'
numid=48,iface=MIXER,name='CD Playback Switch'
numid=49,iface=MIXER,name='CD Playback Volume'
numid=45,iface=MIXER,name='Mic Boost (+20dB)'
numid=41,iface=MIXER,name='Phone Playback Switch'
numid=42,iface=MIXER,name='Phone Playback Volume'
numid=39,iface=MIXER,name='PC Speaker Playback Switch'
numid=40,iface=MIXER,name='PC Speaker Playback Volume'
numid=52,iface=MIXER,name='Aux Playback Switch'
numid=53,iface=MIXER,name='Aux Playback Volume'
numid=218,iface=MIXER,name='Audigy Analog/Digital Output Jack'
numid=65,iface=MIXER,name='External Amplifier'
numid=32,iface=PCM,name='Captured FX8010 Outputs',device=2
numid=66,iface=PCM,name='EMU10K1 PCM Send Routing'
numid=98,iface=PCM,name='EMU10K1 PCM Send Volume'
numid=130,iface=PCM,name='EMU10K1 PCM Volume'
numid=214,iface=PCM,name='IEC958 Playback Default'
numid=215,iface=PCM,name='IEC958 Playback Default',index=1
numid=216,iface=PCM,name='IEC958 Playback Default',index=2
numid=217,iface=PCM,name='IEC958 Playback Default',index=3
numid=210,iface=PCM,name='IEC958 Playback Mask'
numid=211,iface=PCM,name='IEC958 Playback Mask',index=1
numid=212,iface=PCM,name='IEC958 Playback Mask',index=2
numid=213,iface=PCM,name='IEC958 Playback Mask',index=3

The PCM volume control works fine:
#  amixer -c 0 cset numid=130 0,10000,10000
numid=130,iface=PCM,name='EMU10K1 PCM Volume'
  ; type=INTEGER,access=rw---,values=3,min=0,max=65535,step=0
  : values=0,10000,10000

How do I tell the mixer that PCM is on 130?

Dave











-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to