ALSA: hda - Add "PCM" volume to vmaster slave list
authorTakashi Iwai <tiwai@suse.de>
Thu, 18 Aug 2011 13:13:17 +0000 (15:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Aug 2011 13:13:17 +0000 (15:13 +0200)
The new parser may use "PCM" volume, but it was missing the vmaster
slave list, thus "Master" volume didn't control it.

Reference: https://bugzilla.kernel.org/show_bug.cgi?id=41342

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 9a1aa09f47fe1b9191cfba2f924c96ece962fc5c..fcb11af9ad24f76a489f35472933238075b7bad5 100644 (file)
@@ -1784,6 +1784,7 @@ static const char * const alc_slave_vols[] = {
        "Speaker Playback Volume",
        "Mono Playback Volume",
        "Line-Out Playback Volume",
+       "PCM Playback Volume",
        NULL,
 };
 
@@ -1798,6 +1799,7 @@ static const char * const alc_slave_sws[] = {
        "Mono Playback Switch",
        "IEC958 Playback Switch",
        "Line-Out Playback Switch",
+       "PCM Playback Switch",
        NULL,
 };