aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_asrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c
index b9a288877267..910525b5e5fc 100644
--- a/sound/soc/fsl/fsl_asrc.c
+++ b/sound/soc/fsl/fsl_asrc.c
@@ -551,7 +551,7 @@ static int fsl_asrc_dai_probe(struct snd_soc_dai *dai)
551#define FSL_ASRC_RATES SNDRV_PCM_RATE_8000_192000 551#define FSL_ASRC_RATES SNDRV_PCM_RATE_8000_192000
552#define FSL_ASRC_FORMATS (SNDRV_PCM_FMTBIT_S24_LE | \ 552#define FSL_ASRC_FORMATS (SNDRV_PCM_FMTBIT_S24_LE | \
553 SNDRV_PCM_FMTBIT_S16_LE | \ 553 SNDRV_PCM_FMTBIT_S16_LE | \
554 SNDRV_PCM_FORMAT_S20_3LE) 554 SNDRV_PCM_FMTBIT_S20_3LE)
555 555
556static struct snd_soc_dai_driver fsl_asrc_dai = { 556static struct snd_soc_dai_driver fsl_asrc_dai = {
557 .probe = fsl_asrc_dai_probe, 557 .probe = fsl_asrc_dai_probe,