diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-21 14:50:12 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-21 15:06:13 +0100 |
commit | e15f1b43e1dbb24c91f1434700e4ba876f8e6734 (patch) | |
tree | 1d650968b821972740e5254e8d74305710741d4d /sound/pci/hda/patch_analog.c | |
parent | efc2f8de1da8e140331cfdbfdc6e0d596c33fb40 (diff) | |
download | op-kernel-dev-e15f1b43e1dbb24c91f1434700e4ba876f8e6734.zip op-kernel-dev-e15f1b43e1dbb24c91f1434700e4ba876f8e6734.tar.gz |
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>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 1eeba73..eb5689d 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -636,7 +636,6 @@ static void ad198x_free(struct hda_codec *codec) if (!spec) return; - ad198x_shutup(codec); ad198x_free_kctls(codec); kfree(spec); snd_hda_detach_beep_device(codec); |