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

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

Merge "ASoC: wcd9335: Add multiple sample rate support for tasha_mix_rx1"

parents 3f77ec4c 73bd0659
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9780,9 +9780,9 @@ static struct snd_soc_dai_driver tasha_dai[] = {
		.id = AIF_MIX1_PB,
		.playback = {
			.stream_name = "AIF Mix Playback",
			.rates = WCD9335_MIX_RATES_MASK,
			.rates = WCD9335_RATES_MASK | WCD9335_FRAC_RATES_MASK,
			.formats = TASHA_FORMATS_S16_S24_LE,
			.rate_min = 48000,
			.rate_min = 8000,
			.rate_max = 192000,
			.channels_min = 1,
			.channels_max = 8,