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

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

ASoC: wcd934x: Support 8 channel record for ULT



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

Change-Id: Idb736292e1b2928bf447548bd3d94a4c92ff7bbf
Signed-off-by: default avatarSoumya Managoli <smanag@codeaurora.org>
parent 7ea4ec53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -8742,7 +8742,7 @@ static struct snd_soc_dai_driver tavil_slim_dai[] = {
			.rate_min = 8000,
			.rate_max = 192000,
			.channels_min = 1,
			.channels_max = 4,
			.channels_max = 8,
		},
		.ops = &tavil_dai_ops,
	},