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

Commit 3f75a564 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: wcd9335: Change maximum channels for VI sense path



Change maximum number of channels for VI sense path on
WCD9335 codec.

Change-Id: Ia52f9db7688787dd44967e5b3a40b085c98deb7b
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 4c5e5900
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8013,7 +8013,7 @@ static struct snd_soc_dai_driver tasha_dai[] = {
			.rate_max = 48000,
			.rate_min = 8000,
			.channels_min = 1,
			.channels_max = 2,
			.channels_max = 4,
		 },
		.ops = &tasha_dai_ops,
	},