Message ID | 20220816111727.3218543-5-cezary.rojewski@intel.com |
---|---|
State | Accepted |
Commit | 0c5c29cafcea20f1f6a9943640e4a5a790e259ee |
Headers | show |
Series | [RESEND,v2,1/6] ASoC: Intel: Skylake: Introduce HDA codec init and exit routines | expand |
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 384426d7e9dd..aa7a362be290 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -883,13 +883,7 @@ static void snd_hda_codec_dev_release(struct device *dev) snd_hda_sysfs_clear(codec); kfree(codec->modelname); kfree(codec->wcaps); - - /* - * In the case of ASoC HD-audio, hda_codec is device managed. - * It will be freed when the ASoC device is removed. - */ - if (codec->core.type == HDA_DEV_LEGACY) - kfree(codec); + kfree(codec); } #define DEV_NAME_LEN 31