summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Yau <superquad.vortex2@gmail.com>2011-05-20 05:04:04 (GMT)
committerTakashi Iwai <tiwai@suse.de>2011-05-20 07:03:20 (GMT)
commitacb373da7cc8aac7f7f4f35056db16606da01d42 (patch)
tree746b392e8200ce5c4cb1ca25af79e55bc06bf159
parent5a2d227fdc7a02ed1b4cebba391d8fb9ad57caaf (diff)
downloadlinux-acb373da7cc8aac7f7f4f35056db16606da01d42.tar.xz
ALSA: hda - Remove PCM mixer elements from Virtual Master of realtek
Afer commit aa202455eec51699e44f658530728162cefa1307 , none of realtek codec has hardware volume control "PCM Playback Volume" and "PCM Playback Switch". As Virtual Master require all slave controls must have same number of step and dB range. Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index acb9c89..7a4e100 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3155,7 +3155,6 @@ static const char * const alc_slave_vols[] = {
"Speaker Playback Volume",
"Mono Playback Volume",
"Line-Out Playback Volume",
- "PCM Playback Volume",
NULL,
};
@@ -3170,7 +3169,6 @@ static const char * const alc_slave_sws[] = {
"Mono Playback Switch",
"IEC958 Playback Switch",
"Line-Out Playback Switch",
- "PCM Playback Switch",
NULL,
};