linux/sound/soc/sof/intel
Yang Yingliang e9441675ed
ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()
If snd_hdac_device_register() fails, 'codec' and name allocated in
dev_set_name() called in snd_hdac_device_init() are leaked. Fix this
by calling put_device(), so they can be freed in snd_hda_codec_dev_release()
and kobject_cleanup().

Fixes: 829c673198 ("ASoC: SOF: Intel: Introduce HDA codec init and exit routines")
Fixes: dfe66a1878 ("ALSA: hdac_ext: add extended HDA bus")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20221020110157.1450191-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-10-21 13:04:14 +01:00
..
apl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
atom.c ASoC: SOF: Intel: atom: don't keep a temporary string in fixup_tplg_name 2022-07-15 20:11:35 +01:00
atom.h ASoC: SOF: avoid casting "const" attribute away 2021-12-17 11:06:16 +00:00
bdw.c ASoC: SOF: Intel: bdw: remove duplicating driver data retrieval 2022-07-05 19:54:01 +01:00
byt.c ASoC: SOF: Intel: byt: remove duplicating driver data retrieval 2022-07-05 19:54:03 +01:00
cnl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
ext_manifest.h ASoC: SOF: ext_manifest: parse cavs extra config data elem 2020-11-27 17:23:05 +00:00
hda-bus.c ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended 2021-11-05 12:58:11 +00:00
hda-codec.c ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() 2022-10-21 13:04:14 +01:00
hda-common-ops.c ASoC: SOF: Intel: Do not set fw_ready callback 2022-04-25 13:58:48 +01:00
hda-ctrl.c ASoC: SOF: Intel: hda-ctrl: apply symmetry for DPIB 2021-12-13 19:32:47 +00:00
hda-dai.c ASoC: SOF: Intel: add trigger callback into sdw_callback 2022-07-13 14:26:14 +01:00
hda-dsp.c ASoC: SOF: Intel: HDA: use IPC version-specific ops 2022-09-23 13:56:19 +01:00
hda-ipc.c ASoC: SOF: Intel: add initial SKL/KBL hardware support 2022-09-20 19:07:30 +01:00
hda-ipc.h ASoC: SOF: Intel: cnl: Add separate ops for ipc_dump for IPC4 2022-09-23 14:53:17 +01:00
hda-loader-skl.c ASoC: SOF: Intel: add initial SKL/KBL hardware support 2022-09-20 19:07:30 +01:00
hda-loader.c ASoC: SOF: Intel: hda-loader: Use the FSR state definitions during bootup 2022-08-23 14:10:01 +01:00
hda-pcm.c ASoC: SOF: Intel: replace dev_vdbg with tracepoints 2022-09-19 15:44:06 +01:00
hda-probes.c ASoC: SOF: probes: rename assign/free callbacks as startup/shutdown 2022-07-15 20:11:38 +01:00
hda-stream.c ASoC: SOF: Intel: replace dev_vdbg with tracepoints 2022-09-19 15:44:06 +01:00
hda-trace.c ASoC: SOF: Modify the host trace_init parameter list to include dmab 2022-05-19 16:44:17 +01:00
hda.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
hda.h ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
icl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
Kconfig ASoC: SOF: Intel: add initial SKL/KBL hardware support 2022-09-20 19:07:30 +01:00
Makefile ASoC: SOF: Intel: add initial SKL/KBL hardware support 2022-09-20 19:07:30 +01:00
mtl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
mtl.h ASoC: SOF: Intel: Add support for MeteorLake (MTL) 2022-06-15 09:56:57 +01:00
pci-apl.c ASoC: SOF: Intel: hda: init NHLT for IPC4 2022-06-10 13:32:06 +01:00
pci-cnl.c ASoC: SOF: Intel: hda: init NHLT for IPC4 2022-06-10 13:32:06 +01:00
pci-icl.c ASoC: SOF: Intel: hda: init NHLT for IPC4 2022-06-10 13:32:06 +01:00
pci-mtl.c ASoC: SOF: Intel: pci-mtl: fix firmware name 2022-10-18 19:16:22 +01:00
pci-skl.c ASoC: SOF: Intel: add ops for SKL/KBL 2022-09-20 19:07:31 +01:00
pci-tgl.c ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor 2022-10-19 18:13:53 +01:00
pci-tng.c ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module ops 2022-04-29 13:06:14 +01:00
shim.h ASoC: SOF: Intel: Add a new op for disabling interrupts 2022-09-23 13:56:16 +01:00
skl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00
tgl.c ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump 2022-09-23 20:46:25 +01:00