summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-10-27 23:33:15 +0200
committerMark Brown <broonie@kernel.org>2023-10-27 23:33:15 +0200
commitbdb7e1922052b1e7fcce63e2cfa195958ff97e05 (patch)
treec879f48a63f2680d6d09390e549c3c072be0ed43 /include/sound
parentASoC: Intel: avs: Add support for rt5514 codec (diff)
parentASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag (diff)
downloadlinux-bdb7e1922052b1e7fcce63e2cfa195958ff97e05.tar.xz
linux-bdb7e1922052b1e7fcce63e2cfa195958ff97e05.zip
ASoC: Merge up workaround for CODECs that play noise on stopped stream
This was sent too late to actually make it for v6.6 but was sent against v6.6 so merge it up here.
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 5fcfba47d98c..adcd8719d343 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -370,6 +370,7 @@ struct snd_soc_dai_ops {
/* bit field */
unsigned int no_capture_mute:1;
+ unsigned int mute_unmute_on_trigger:1;
};
struct snd_soc_cdai_ops {