summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/icl.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-04-07 16:00:33 +0300
committerTakashi Iwai <tiwai@suse.de>2021-04-07 16:00:33 +0300
commit9c3195778c71d7f0795d48e2f04a12c9d80d8b98 (patch)
treeb80cc3d6f7db493edd75c0e0dcb00d26b23873fd /sound/soc/sof/intel/icl.c
parent168632a495f49f33a18c2d502fc249d7610375e9 (diff)
parente7a48c710defa0e0fef54d42b7d9e4ab596e2761 (diff)
downloadlinux-9c3195778c71d7f0795d48e2f04a12c9d80d8b98.tar.xz
Merge tag 'asoc-fix-v5.12-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.12 A fairly small batch of driver specific fixes, mainly for various x86 systems with the biggest set being fixes to power down DSPs properly on x86 SOF systems.
Diffstat (limited to 'sound/soc/sof/intel/icl.c')
-rw-r--r--sound/soc/sof/intel/icl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/icl.c b/sound/soc/sof/intel/icl.c
index e9d5a0a58504..88a74be8a0c1 100644
--- a/sound/soc/sof/intel/icl.c
+++ b/sound/soc/sof/intel/icl.c
@@ -26,9 +26,10 @@ static const struct snd_sof_debugfs_map icl_dsp_debugfs[] = {
/* Icelake ops */
const struct snd_sof_dsp_ops sof_icl_ops = {
- /* probe and remove */
+ /* probe/remove/shutdown */
.probe = hda_dsp_probe,
.remove = hda_dsp_remove,
+ .shutdown = hda_dsp_shutdown,
/* Register IO */
.write = sof_io_write,