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:
parent
de207d8feb
commit
1a2b67c241
1 changed files with 3 additions and 1 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Reference in a new issue