Skip to content

Commit ab77fa5

Browse files
morimotobroonie
authored andcommitted
ASoC: renesas: msiof: add .symmetric_xxx on snd_soc_dai_driver
MSIOF TX/RX are sharing same clock. Adds .symmetric_xxx flags. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Link: https://patch.msgid.link/87a52jyuu6.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 130947b commit ab77fa5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sound/soc/renesas/rcar/msiof.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ static struct snd_soc_dai_driver msiof_dai_driver = {
338338
.channels_max = 2,
339339
},
340340
.ops = &msiof_dai_ops,
341+
.symmetric_rate = 1,
342+
.symmetric_channels = 1,
343+
.symmetric_sample_bits = 1,
341344
};
342345

343346
static struct snd_pcm_hardware msiof_pcm_hardware = {

0 commit comments

Comments
 (0)