On Thu, 2002-12-19 at 20:35, Paul Davis wrote:
Maybe
you'll have to tell amixer which card to use (HDSP vs. internal
laptop card). If your HDSP card is alsa card #2, then the command will
be:
amixer -c 2 cset numid=5 26,26,32768 (playback one to line out left)
amixer -c 2 cset numid=5 27,27,32768 (playback two to line out right)
i'm not clear that the channel IDs are right here. what made you
suggest those values thomas?
This post from you on alsa-dev on Friday, 2002-09-06, answering my
question about the matrix mixer :
first value: input source
second value: output source
third value: gain
input source: 0-25 (physical channels), 26-51 (audio output streams)
output source: 0-27 (physical channels)
output channels 26 and 27 are the two line outs on the I/O box.
Maybe the term playback wasn't clear. I meant "audio output streams".
(Playback is Totalmix terminology, I must be obsessed at the moment :)
Thomas