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

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

Merge "ASoC: msm: Add 24 bit support for CPE buffering"

parents bd65378a ec7da6db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -834,7 +834,8 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
			.stream_name = "CPE Listen Audio capture",
			.aif_name = "CPE_LSM_UL_HL",
			.rates = SNDRV_PCM_RATE_16000,
			.formats = SNDRV_PCM_FMTBIT_S16_LE,
			.formats = (SNDRV_PCM_FMTBIT_S16_LE |
				    SNDRV_PCM_FMTBIT_S24_LE),
			.channels_min = 1,
			.channels_max = 1,
			.rate_min = 16000,