diff options
author | Mark Brown <broonie@kernel.org> | 2023-10-27 22:33:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-27 22:33:15 +0100 |
commit | bdb7e1922052b1e7fcce63e2cfa195958ff97e05 (patch) | |
tree | c879f48a63f2680d6d09390e549c3c072be0ed43 /include/sound | |
parent | 0262a8a079896440fab98844124a951d85b63166 (diff) | |
parent | 805ce81826c896dd3c351a32814b28557f9edf54 (diff) |
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.h | 1 |
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 { |