diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-28 08:41:53 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-28 08:41:52 -0800 |
commit | 597b6c836d9215594698fa00c218960655d00921 (patch) | |
tree | abe8b56c8c2070945ed04650ab475a93878916f9 /sound | |
parent | ccf4629044ad564d496b87d90978f5adf7e72e06 (diff) | |
parent | 243ede5fbed5a82a14cfebb40bd66147864f1ed8 (diff) |
Merge "ASoC: msm8998: Fix misordering of Tavil codec SLIMBUS TX channels"
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/msm/msm8998.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/soc/msm/msm8998.c b/sound/soc/msm/msm8998.c index c5cace9f748f..557c7946506a 100644 --- a/sound/soc/msm/msm8998.c +++ b/sound/soc/msm/msm8998.c @@ -3329,10 +3329,11 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd) * TX14, TX15, TX16 */ unsigned int rx_ch_tavil[WCD934X_RX_MAX] = {144, 145, 146, 147, 148, - 149, 150, 151}; + 149, 150, 151}; unsigned int tx_ch_tavil[WCD934X_TX_MAX] = {128, 129, 130, 131, 132, - 134, 135, 136, 137, 138, 139, - 133, 140, 141, 142, 143}; + 133, 134, 135, 136, 137, + 138, 139, 140, 141, 142, + 143}; pr_info("%s: dev_name%s\n", __func__, dev_name(cpu_dai->dev)); |