]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:00 +0000 (10:39 -0700)
commitffe018be7b6f3b423654d64980b1b1119bfc3fda
tree8e22940ba2c9c963df27631a2c638ca91b72490e
parent3278d2dabeb899922faf4069861e150f72f28bc1
ALSA: hda - Fix missing Master volume for STAC9200/925x

commit ab548d2dba63ba947287965e525cc02a15d9853d upstream.

With the commit [2faa3bf: 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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_sigmatel.c