]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 6 Nov 2024 00:10:44 +0000 (00:10 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 11 Nov 2024 14:45:41 +0000 (14:45 +0000)
commit1bd775da9ba919b87b2313a78d5957afc1a62dde
treeedb32fd96df36779f9884234d8a075c6068363cb
parent725570f96321f3e0ae1c6a1f80482d2907538d07
ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits

snd_soc_dai has rate/channels/sample_bits parameter, but it is only valid
if symmetry is being enforced by symmetric_xxx flag on driver.

It is very difficult to know about it from current naming, and easy to
misunderstand it. add symmetric_ prefix for it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87zfmd8bnf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dai.h
sound/soc/mediatek/mt8188/mt8188-dai-pcm.c
sound/soc/mediatek/mt8195/mt8195-dai-pcm.c
sound/soc/mediatek/mt8365/mt8365-dai-dmic.c
sound/soc/mediatek/mt8365/mt8365-dai-pcm.c
sound/soc/soc-compress.c
sound/soc/soc-pcm.c