commit | e15f1b43e1dbb24c91f1434700e4ba876f8e6734 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Nov 21 14:50:12 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 21 15:06:13 2012 +0100 |
tree | 1d650968b821972740e5254e8d74305710741d4d | |
parent | efc2f8de1da8e140331cfdbfdc6e0d596c33fb40 [diff] |
ALSA: hda - Remove shutup calls in free callbacks The free callback is called at the state where no extra verbs are executed, thus calling *_shutup() is useless, as it's checking the shutdown flag. Remove such superfluous calls. Signed-off-by: Takashi Iwai <tiwai@suse.de>