diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-05 12:40:56 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-22 10:23:53 -0500 |
commit | 7eae36fbd5ea9db3d3fe0d671199121be782a5b3 (patch) | |
tree | 1af1e5a151d1ab6bcd232e65645dbc6167431669 /sound | |
parent | 6421776a6f8b8503a88e07b205162842d3f7d702 (diff) |
[ALSA] emu10k1 - Fix the confliction of 'Front' control
Modules: EMU10K1/EMU10K2 driver
Fix the confliction of 'Front' controls on models with STAC9758 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/emu10k1/emumixer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emumixer.c b/sound/pci/emu10k1/emumixer.c index 8c912b1bee39..2a9d12d10680 100644 --- a/sound/pci/emu10k1/emumixer.c +++ b/sound/pci/emu10k1/emumixer.c | |||
@@ -759,6 +759,8 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu, | |||
759 | "Master Mono Playback Volume", | 759 | "Master Mono Playback Volume", |
760 | "PCM Out Path & Mute", | 760 | "PCM Out Path & Mute", |
761 | "Mono Output Select", | 761 | "Mono Output Select", |
762 | "Front Playback Switch", | ||
763 | "Front Playback Volume", | ||
762 | "Surround Playback Switch", | 764 | "Surround Playback Switch", |
763 | "Surround Playback Volume", | 765 | "Surround Playback Volume", |
764 | "Center Playback Switch", | 766 | "Center Playback Switch", |