aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-10-16 16:39:56 +0200
committerTakashi Iwai <tiwai@suse.de>2008-10-16 16:39:56 +0200
commitebaa0470586eec83627fa03dcd0a1107f54258f8 (patch)
tree70dbcf7d31d41f2b7779268cb49da9d0b6a0a1f7 /sound/pci/hda/patch_sigmatel.c
parentdd125b28c1523a857b7657b5d8aa774ed1563687 (diff)
ALSA: hda - Release jack instance for dynamic reconfigure
The jack instance has to be release manually in free callback in patch_sigmatel.c for dynamic reconfiguration. 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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 579b3281783..d106ea52a90 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3717,6 +3717,9 @@ static void stac92xx_free(struct hda_codec *codec)
if (! spec)
return;
+ if (spec->jack)
+ snd_device_free(codec->bus->card, spec->jack);
+
if (spec->bios_pin_configs)
kfree(spec->bios_pin_configs);