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

Commit baaa7d99 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: Support 8 channel record for ULT" into audio-drivers.lnx.2.0

parents 466f1a41 760f1485
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,