diff options
author | Jochen Voss <voss@seehuhn.de> | 2006-08-09 08:26:26 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:40:27 -0400 |
commit | 30ba6e207a915a6c70f22ccb3f9169d1cce88466 (patch) | |
tree | 34970a5a814f752483800984c3164f62dc950960 /sound/pci | |
parent | 96d9e9347c9c5ca980bef22b4add7d437d79034f (diff) |
[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')
-rw-r--r-- | sound/pci/ice1712/revo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/revo.c b/sound/pci/ice1712/revo.c index ef64be49a898..1134a57f9e65 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 | |||
99 | "PCM LFE Playback Volume", "PCM Rear Playback Volume"}; | 99 | "PCM LFE Playback Volume", "PCM Rear Playback Volume"}; |
100 | 100 | ||
101 | static unsigned int revo51_adc_num_stereo[] = {2}; | 101 | static unsigned int revo51_adc_num_stereo[] = {2}; |
102 | static char *revo51_adc_channel_names[] = {"PCM Capture Volume"}; | 102 | static char *revo51_adc_channel_names[] = {"PCM Capture Volume","PCM Capture Switch"}; |
103 | 103 | ||
104 | static struct snd_akm4xxx akm_revo_front __devinitdata = { | 104 | static struct snd_akm4xxx akm_revo_front __devinitdata = { |
105 | .type = SND_AK4381, | 105 | .type = SND_AK4381, |