From: Jianqun Xu Date: Thu, 8 Jan 2015 02:49:59 +0000 (+0800) Subject: ASoC: rockchip: i2s: applys rate symmetry for CPU DAI X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a12d159d06317420c1a6941f5657b2918a02bf74;p=deliverable%2Flinux.git ASoC: rockchip: i2s: applys rate symmetry for CPU DAI This patch applys rate symmetry for rockchip i2s DAI. Signed-off-by: Jianqun Xu Signed-off-by: Mark Brown --- diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index 26ec5117b35c..deced0ec925f 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/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 = {