aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/revo.c
diff options
context:
space:
mode:
authorJochen Voss <voss@seehuhn.de>2006-08-09 14:26:26 +0200
committerJaroslav Kysela <perex@suse.cz>2006-09-23 10:40:27 +0200
commit30ba6e207a915a6c70f22ccb3f9169d1cce88466 (patch)
tree34970a5a814f752483800984c3164f62dc950960 /sound/pci/ice1712/revo.c
parent96d9e9347c9c5ca980bef22b4add7d437d79034f (diff)
downloadlinux-30ba6e207a915a6c70f22ccb3f9169d1cce88466.tar.gz
[ALSA] Revolution 5.1 - complete the AK5365 support
Complete the AK5365 support. This adds a boolean control to toggle the soft mute feature of the AK5365 chip. Signed-off-by: Jochen Voss <voss@seehuhn.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ice1712/revo.c')
-rw-r--r--sound/pci/ice1712/revo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/revo.c b/sound/pci/ice1712/revo.c
index ef64be49a898ef..1134a57f9e6522 100644
--- a/sound/pci/ice1712/revo.c
+++ b/sound/pci/ice1712/revo.c
@@ -99,7 +99,7 @@ static char *revo51_channel_names[] = {"PCM Playback Volume", "PCM Center Playba
"PCM LFE Playback Volume", "PCM Rear Playback Volume"};
static unsigned int revo51_adc_num_stereo[] = {2};
-static char *revo51_adc_channel_names[] = {"PCM Capture Volume"};
+static char *revo51_adc_channel_names[] = {"PCM Capture Volume","PCM Capture Switch"};
static struct snd_akm4xxx akm_revo_front __devinitdata = {
.type = SND_AK4381,