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

Commit eab0fd8f authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati Committed by Sudheer Papothi
Browse files

ASoC: msm: Enhance slim0 hostless FE dai-link to 32-bit



Enhance slim0 hostless capture front-end dailinks to
support 32-bit. This is needed for few audio use-cases
like speaker protection etc.

Change-Id: I73a94d209238818aed9c73912e7c9080e32956d3
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent fd854d74
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -366,7 +366,8 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
			.aif_name = "SLIM0_UL_HL",
			.rates = SNDRV_PCM_RATE_8000_96000,
			.formats = (SNDRV_PCM_FMTBIT_S16_LE |
				    SNDRV_PCM_FMTBIT_S24_LE),
				    SNDRV_PCM_FMTBIT_S24_LE |
				    SNDRV_PCM_FMTBIT_S32_LE),
			.channels_min = 1,
			.channels_max = 8,
			.rate_min =     8000,