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

Commit 03d4e3ca authored by Honghao Liu's avatar Honghao Liu Committed by Banajit Goswami
Browse files

ASoC: msm: support up to 8 channel capture on MM1



Update Multimedia1 FE to support up to 8 channel audio capture.

CRs-fixed: 2028896
Change-Id: I838ecd690fcdeef411d35a5facbe9c40a76b68c3
Signed-off-by: default avatarHonghao Liu <honghaol@codeaurora.org>
parent 01e9460f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
				    SNDRV_PCM_FMTBIT_S24_3LE |
				    SNDRV_PCM_FMTBIT_S32_LE),
			.channels_min = 1,
			.channels_max = 4,
			.channels_max = 8,
			.rate_min =     8000,
			.rate_max =	48000,
		},