Browse Source

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

This patch applys rate symmetry for rockchip i2s DAI.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Jianqun Xu 10 years ago
parent
commit
a12d159d06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/rockchip/rockchip_i2s.c

+ 1 - 0
sound/soc/rockchip/rockchip_i2s.c

@@ -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 = {