Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a12d159d authored by Jianqun Xu's avatar Jianqun Xu Committed by Mark Brown
Browse files

ASoC: rockchip: i2s: applys rate symmetry for CPU DAI



This patch applys rate symmetry for rockchip i2s DAI.

Signed-off-by: default avatarJianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 97bf6af1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -335,6 +335,7 @@ static struct snd_soc_dai_driver rockchip_i2s_dai = {
			    SNDRV_PCM_FMTBIT_S24_LE),
	},
	.ops = &rockchip_i2s_dai_ops,
	.symmetric_rates = 1,
};

static const struct snd_soc_component_driver rockchip_i2s_component = {