Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a2b67c2 authored by Satish Babu Patakokila's avatar Satish Babu Patakokila Committed by Gerrit - the friendly Code Review server
Browse files

ASoc: msm8998: Add multichannel support for SLIM_0_RX



Add 8 channel support for SLIM_0_RX dai.

Change-Id: I1acff62ef74dd18b78fb9862102a535212c84e5e
Signed-off-by: default avatarSatish Babu Patakokila <sbpata@codeaurora.org>
parent de207d8f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"};