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

Commit 73bd0659 authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati
Browse files

ASoC: wcd9335: Add multiple sample rate support for tasha_mix_rx1



Currently tasha_mix_rx1 codec DAI (Digital Audio Interface)
supports only 48/96/192KHz sample rates. Enhance support
for multiple sample rates including 44.1Khz (fractional sample
rate) so as to support various audio playback concurrencies.

Change-Id: I387f726eb6db11d685eb1fc4969a29dcd14bfd04
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 266cc964
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9707,9 +9707,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,