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

Commit 99bf61af authored by Soumya Managoli's avatar Soumya Managoli Committed by ssizon
Browse files

ASoC: Support 8 channel record for ULT



Increase max channel count to support
8 channel recording for ultrasound usecase.

Change-Id: If21f463aa50bbed370c288ae2fd1f4951dd0e7f2
Signed-off-by: default avatarSoumya Managoli <smanag@codeaurora.org>
parent e10e65c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ static struct snd_pcm_hardware msm_pcm_hardware_capture = {
	.rate_min =             8000,
	.rate_max =             384000,
	.channels_min =         1,
	.channels_max =         4,
	.channels_max =         8,
	.buffer_bytes_max =     CAPTURE_MAX_NUM_PERIODS *
				CAPTURE_MAX_PERIOD_SIZE,
	.period_bytes_min =	CAPTURE_MIN_PERIOD_SIZE,