ALSA: echoaudio: remove line-out volume from vmixer cards
authorGiuliano Pochini <pochini@shiny.it>
Sun, 15 Mar 2009 20:33:34 +0000 (21:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Mar 2009 07:37:29 +0000 (08:37 +0100)
commit9f5d790d1b0af8e3705df12fd5d49a1df2a45c47
tree55b1e309b1912b9cd8b6e539cc938ab4db43c441
parent041b62374c7fedc11a8a1eeda2868612d3d1436c
ALSA: echoaudio: remove line-out volume from vmixer cards

There is a long standing bug in the drivers for cards with a vmixer because
I overlooked a detail in the c++ generic driver by echoaudio. Those cards
do not have a line-out volume control. It is a virtual control provided by
the generic driver. The bug is harmless because the DSP just ignores the
command to change the volume.
*NB:* It breaks alsa-tools/echomixer. A patch for it will follow.

This patch removes the line-out volume control from vmixer-equipped cards.

Signed-off-by: Giuliano Pochini <pochini@shiny.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/echoaudio/echoaudio.c