diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-03-06 01:59:25 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-03-06 15:38:44 +0000 |
| commit | 5d5eceb9bb1050774dadc6919a258729f276fd00 (patch) | |
| tree | 96e07d831262d6a05c0fb780d61cbac2bb001522 /include/sound | |
| parent | 7a2ff0510c51462c0a979f5006d375a2b23d46e9 (diff) | |
| download | linux-5d5eceb9bb1050774dadc6919a258729f276fd00.tar.gz | |
ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger()
Adds snd_soc_dai_mute_is_ctrled_at_trigger() to judge
dai->driver->ops->mute_unmute_on_trigger flags
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/871pva6hs2.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/soc-dai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index c3a3ba4b0bb7ed..d19ab5572d2baa 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -193,7 +193,7 @@ int snd_soc_dai_prepare(struct snd_soc_dai *dai, /* Digital Audio Interface mute */ int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute, int direction); - +int snd_soc_dai_mute_is_ctrled_at_trigger(struct snd_soc_dai *dai); int snd_soc_dai_get_channel_map(const struct snd_soc_dai *dai, unsigned int *tx_num, unsigned int *tx_slot, |
