commit | cf67c8e71bc15cf6b1843ab88c31cf732f2f2ff0 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jan 14 14:56:55 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 14 14:56:55 2014 +0100 |
tree | 90366daf7a8610c5b50ee3179a7a068c38b5f215 | |
parent | 358b7dfa1c32dfb77ff3261d244991a7c7c6d2cb [diff] |
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>