summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-16 21:04:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-16 21:04:54 -0700
commit4687d5a75777683926c8286de2b820659c3405ce (patch)
tree4c412ca8940248d41f09067bd01fca4742ce285c /sound
parent9e47a24f1ad4efcd2766092c8c46c7e43e824447 (diff)
parent1a2b67c241a1a33f384c3394c9237beb79b509e3 (diff)
Merge "ASoc: msm8998: Add multichannel support for SLIM_0_RX"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/msm/msm8998.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/msm/msm8998.c b/sound/soc/msm/msm8998.c
index 82bdb4af68d8..e715770d909a 100644
--- a/sound/soc/msm/msm8998.c
+++ b/sound/soc/msm/msm8998.c
@@ -397,7 +397,9 @@ static struct dev_config aux_pcm_tx_cfg[] = {
};
static int msm_vi_feed_tx_ch = 2;
-static const char *const slim_rx_ch_text[] = {"One", "Two"};
+static const char *const slim_rx_ch_text[] = {"One", "Two", "Three", "Four",
+ "Five", "Six", "Seven",
+ "Eight"};
static const char *const slim_tx_ch_text[] = {"One", "Two", "Three", "Four",
"Five", "Six", "Seven",
"Eight"};