From: Kuninori Morimoto Date: Thu, 25 Sep 2025 05:17:21 +0000 (+0000) Subject: ASoC: renesas: msiof: add .symmetric_xxx on snd_soc_dai_driver X-Git-Tag: v6.17.8~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec31b2ee31d87f11e33eb462328a2f58eb504ce;p=thirdparty%2Fkernel%2Fstable.git ASoC: renesas: msiof: add .symmetric_xxx on snd_soc_dai_driver [ Upstream commit ab77fa5533e4d1dcfdd2711b9b1e166e4ed57dab ] MSIOF TX/RX are sharing same clock. Adds .symmetric_xxx flags. Signed-off-by: Kuninori Morimoto Tested-by: Yusuke Goda Link: https://patch.msgid.link/87a52jyuu6.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- diff --git a/sound/soc/renesas/rcar/msiof.c b/sound/soc/renesas/rcar/msiof.c index 36d31ab8ac6a5..7a9ecc73231a8 100644 --- a/sound/soc/renesas/rcar/msiof.c +++ b/sound/soc/renesas/rcar/msiof.c @@ -292,6 +292,9 @@ static struct snd_soc_dai_driver msiof_dai_driver = { .channels_max = 2, }, .ops = &msiof_dai_ops, + .symmetric_rate = 1, + .symmetric_channels = 1, + .symmetric_sample_bits = 1, }; static struct snd_pcm_hardware msiof_pcm_hardware = {