]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix endless vmaster hook call in thinkpad_helper.c
authorTakashi Iwai <tiwai@suse.de>
Tue, 14 Jan 2014 13:56:55 +0000 (14:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Jan 2014 13:56:55 +0000 (14:56 +0100)
commitcc51d0dc6f68d37e06c6ad6cc4a4a652b38dc3f4
tree90366daf7a8610c5b50ee3179a7a068c38b5f215
parent3c2b696de18e071bf82e0475268965fd8b97bf04
ALSA: hda - Fix endless vmaster hook call in thinkpad_helper.c

The new vmaster hook, update_tpacpi_mute_led(), calls the original
vmaster hook, but I forgot to save the original hook function but keep
calling the updated one, which of course results in a stupid endless
loop.  Fixed now.

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