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

Commit 9cf5070f authored by Rohit kumar's avatar Rohit kumar Committed by Saurav Kumar
Browse files

asoc: Update supported rate and format for dummy dai



Add support for 384KHz sample rate and S24_3LE
bitwidth for dummy dai.

Change-Id: I7d20311e58f6ec1f444a46908fd4827be32bed17
Signed-off-by: default avatarRohit kumar <rohitkr@codeaurora.org>
parent f838988d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,12 +90,13 @@ static const struct snd_soc_component_driver dummy_codec = {
	.non_legacy_dai_naming	= 1,
};

#define STUB_RATES	SNDRV_PCM_RATE_8000_192000
#define STUB_RATES	SNDRV_PCM_RATE_8000_384000
#define STUB_FORMATS	(SNDRV_PCM_FMTBIT_S8 | \
			SNDRV_PCM_FMTBIT_U8 | \
			SNDRV_PCM_FMTBIT_S16_LE | \
			SNDRV_PCM_FMTBIT_U16_LE | \
			SNDRV_PCM_FMTBIT_S24_LE | \
			SNDRV_PCM_FMTBIT_S24_3LE | \
			SNDRV_PCM_FMTBIT_U24_LE | \
			SNDRV_PCM_FMTBIT_S32_LE | \
			SNDRV_PCM_FMTBIT_U32_LE | \