diff mbox

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

Message ID 1420685399-24142-1-git-send-email-jay.xu@rock-chips.com (mailing list archive)
State Accepted
Commit a12d159d06317420c1a6941f5657b2918a02bf74
Headers show

Commit Message

Jianqun Xu Jan. 8, 2015, 2:49 a.m. UTC
This patch applys rate symmetry for rockchip i2s DAI.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 sound/soc/rockchip/rockchip_i2s.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Jan. 8, 2015, 10:23 a.m. UTC | #1
On Thu, Jan 08, 2015 at 10:49:59AM +0800, Jianqun Xu wrote:
> This patch applys rate symmetry for rockchip i2s DAI.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
index 59aeec4..abd7cdd 100644
--- a/sound/soc/rockchip/rockchip_i2s.c
+++ b/sound/soc/rockchip/rockchip_i2s.c
@@ -339,6 +339,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 = {