summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorBinyuan Lan <lby@rock-chips.com>2019-01-06 19:53:34 +0800
committerTao Huang <huangtao@rock-chips.com>2019-02-25 18:34:28 +0800
commite30195cc6eca30b5e815f4380f8091a47f54653a (patch)
tree7b5cfb8d8ecbe065965f9aad8e961a4e2ec4a363 /sound/soc
parent74e95498c458cf048ef6ab4cff79eb3c1d12a138 (diff)
ASoC: rockchip: rk817-codec: solve sound L/R channel conversion problem
There is playback's sound L/R channel conversion problem when recording is opened Change-Id: Iae7160e25bdd834df9904fbd34fe964449c93560 Signed-off-by: Binyuan Lan <lby@rock-chips.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/rk817_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rk817_codec.c b/sound/soc/codecs/rk817_codec.c
index a2609ca6315e..ed7d691dbc9c 100644
--- a/sound/soc/codecs/rk817_codec.c
+++ b/sound/soc/codecs/rk817_codec.c
@@ -316,7 +316,7 @@ static struct rk817_reg_val_typ capture_power_up_list[] = {
{RK817_CODEC_APLL_CFG4, 0xa5},
{RK817_CODEC_APLL_CFG5, 0x00},
- {RK817_CODEC_DI2S_RXCMD_TSD, 0x00},
+ /*{RK817_CODEC_DI2S_RXCMD_TSD, 0x00},*/
{RK817_CODEC_DI2S_RSD, 0x00},
/* {RK817_CODEC_DI2S_CKM, 0x00}, */
{RK817_CODEC_DI2S_RXCR1, 0x00},