diff options
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | 2019-05-31 18:01:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-03 18:43:23 +0200 |
commit | d6947bb234dcc86e878d502516d0fb9d635aa2ae (patch) | |
tree | bbbae59e2c1cbd58b8b409ee5b78ad98fff72026 /include/sound/cs4231-regs.h | |
parent | ASoC: SOF: ipc: replace fw ready bitfield with explicit bit ordering (diff) | |
download | linux-d6947bb234dcc86e878d502516d0fb9d635aa2ae.tar.xz linux-d6947bb234dcc86e878d502516d0fb9d635aa2ae.zip |
ASoC: hda: fix unbalanced codec dev refcount for HDA_DEV_ASOC
HDA_DEV_ASOC type codec device refcounts are managed differently
from HDA_DEV_LEGACY devices. The refcount is released explicitly
in snd_hdac_ext_bus_device_remove() for ASOC type devices.
So, remove the put_device() call in snd_hda_codec_dev_free()
for such devices to make the refcount balanced. This will prevent
the NULL pointer exception when the codec driver is released
after the card is freed.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/cs4231-regs.h')
0 files changed, 0 insertions, 0 deletions