summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-12-10 13:27:14 +0000
committerMark Brown <broonie@kernel.org>2019-12-10 13:27:14 +0000
commit2acf6ce2c25fb71a56ad35fcb9a63c19b20a4f4e (patch)
treec1df2943269ea35c97d07eb392008d38430835b4 /sound/soc/sof/topology.c
parent2aae447a4c100d2a7b7cae26b1df8b329e730d8b (diff)
parent4e64ba3fd181b207c00d392b27ed484b89108dce (diff)
downloadlinux-2acf6ce2c25fb71a56ad35fcb9a63c19b20a4f4e.tar.bz2
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6
Diffstat (limited to 'sound/soc/sof/topology.c')
-rw-r--r--sound/soc/sof/topology.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c
index 215f4d23ddfe..e06fa7c7e502 100644
--- a/sound/soc/sof/topology.c
+++ b/sound/soc/sof/topology.c
@@ -3208,7 +3208,9 @@ found:
case SOF_DAI_INTEL_SSP:
case SOF_DAI_INTEL_DMIC:
case SOF_DAI_INTEL_ALH:
- /* no resource needs to be released for SSP, DMIC and ALH */
+ case SOF_DAI_IMX_SAI:
+ case SOF_DAI_IMX_ESAI:
+ /* no resource needs to be released for all cases above */
break;
case SOF_DAI_INTEL_HDA:
ret = sof_link_hda_unload(sdev, link);