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

Commit 452836f4 authored by Siddartha Shaik's avatar Siddartha Shaik Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: Add support for 192KHz sampling rate



Add upto 192KHz support for Multimedia18 FE DAI. This FE DAI
is to support DSP loopback upto 192KHZ.

CRs-Fixed: 2049714
Change-Id: I7197744a02b0bd23e40eebe23b0220a5dd22ac47
Signed-off-by: default avatarSiddartha Shaik <sshaik@codeaurora.org>
parent 181100ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2582,7 +2582,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
			.channels_min = 1,
			.channels_max = 8,
			.rate_min =     8000,
			.rate_max =     48000,
			.rate_max =     192000,
		},
		.ops = &msm_fe_Multimedia_dai_ops,
		.compress_new = snd_soc_new_compress,