]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Remove shutup calls in free callbacks
authorTakashi Iwai <tiwai@suse.de>
Wed, 21 Nov 2012 13:50:12 +0000 (14:50 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 21 Nov 2012 14:06:13 +0000 (15:06 +0100)
commite15f1b43e1dbb24c91f1434700e4ba876f8e6734
tree1d650968b821972740e5254e8d74305710741d4d
parentefc2f8de1da8e140331cfdbfdc6e0d596c33fb40
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>
sound/pci/hda/patch_analog.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_sigmatel.c