summaryrefslogtreecommitdiff
path: root/sound/soc/msm
diff options
context:
space:
mode:
authorSatish Babu Patakokila <sbpata@codeaurora.org>2017-06-08 17:51:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-04 03:18:17 -0700
commit1a2b67c241a1a33f384c3394c9237beb79b509e3 (patch)
tree6649ac2e14301c66c32eb2e6a46ba309912782ec /sound/soc/msm
parentde207d8feb738027a70c5ee8b6bef3c37597b18c (diff)
ASoc: msm8998: Add multichannel support for SLIM_0_RX
Add 8 channel support for SLIM_0_RX dai. Change-Id: I1acff62ef74dd18b78fb9862102a535212c84e5e Signed-off-by: Satish Babu Patakokila <sbpata@codeaurora.org>
Diffstat (limited to 'sound/soc/msm')
-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 0b37e7e073aa..4fac5e02c75d 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"};