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>
This commit is contained in:
Satish Babu Patakokila 2017-06-08 17:51:43 +05:30 committed by Gerrit - the friendly Code Review server
parent de207d8feb
commit 1a2b67c241

View file

@ -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"};