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

Commit 0f564c22 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoc: msm: Add AMR NB and AMR WB support for Voip" into msm-4.8

parents 486414c4 8d62a40e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -168,7 +168,9 @@ static struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
		.le = -1, .signd = -1,
	},
	[SNDRV_PCM_FORMAT_SPECIAL] = {
		.le = -1, .signd = -1,
		/* set the width and phys same as S16_LE */
		.width = 16, .phys = 16, .le = -1, .signd = -1,
		.silence = {},
	},
	[SNDRV_PCM_FORMAT_S24_3LE] = {
		.width = 24, .phys = 24, .le = 1, .signd = 1,