diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-02 03:54:51 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-16 05:14:04 -0500 |
commit | aad37dbd563010252e1bedb6dad6cddb867b9235 (patch) | |
tree | 4417a480e21dcd2f6bbbd6f6ff3b20fb10364f9b /sound/pci/hda/patch_sigmatel.c | |
parent | 35be544af367170a9c6bf63adcf9d0cb2d569dbb (diff) |
ALSA: hda - Merge input-jack helpers to hda_jack.c
We can use the very same table in hda_jack.c for managing the list for
input-jack elements, too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index dd6569ffcff8..73bf7cd0a6e4 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -4489,7 +4489,6 @@ static void stac92xx_free(struct hda_codec *codec) | |||
4489 | return; | 4489 | return; |
4490 | 4490 | ||
4491 | stac92xx_shutup(codec); | 4491 | stac92xx_shutup(codec); |
4492 | snd_hda_input_jack_free(codec); | ||
4493 | 4492 | ||
4494 | kfree(spec); | 4493 | kfree(spec); |
4495 | snd_hda_detach_beep_device(codec); | 4494 | snd_hda_detach_beep_device(codec); |