>1) does alsa have support for multichannel output? If so, how would one go
of course.
>about sending individual signals to channels 1-8?
depends on the access format: interleaved or non-interleaved. it also
depends on whether you are using read/write access or mmap-based
access.
so you have
On Saturday February 1 2003 12:22 pm, ljp wrote:
> 2) I am not real clear on how to use the mixer. What would be the bare
> minimum steps to get the main volume?
to answer my own question, perhaps. minimal to get volume:
snd_mixer_open
snd_mixer_attach
snd_mixer_selem_register
snd_mixer_load
for