]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix missing Master volume for STAC9200/925x
authorTakashi Iwai <tiwai@suse.de>
Thu, 6 Sep 2012 08:10:11 +0000 (10:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 6 Sep 2012 08:10:11 +0000 (10:10 +0200)
commitaac2626697375f2a4e2834b01c014ab1c3bdb6cc
treeffdb9fe641ce69c8216e976d0ad75fb975dccb4b
parent99075df1a058bad912efdd64911b9f22e0ace537
ALSA: hda - Fix missing Master volume for STAC9200/925x

With the commit [d014971: ALSA: hda - Rewrite the mute-LED hook with
vmaster hook in patch_sigmatel.c], the former Master volume control
was converted to PCM.  This was supposed to be covered by the vmaster
control.  But due to the lack of "PCM" slave definition, this didn't
happen properly.  The patch fixes the missing entry.

Reported-by: Andrew Shadura <bugzilla@tut.by>
Cc: <stable@vger.kernel.org> [v3.4+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c