aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hauer <[email protected]>2022-04-14 18:22:45 +0200
committerMark Brown <[email protected]>2022-04-19 12:06:26 +0100
commitdcc4301584abcf692fbe4836b01303c4b4cdef46 (patch)
tree7a6a3865c31367a195093e1f743d0129d03ef16b
parentbea1d61d5892083551f92818e964801baabd95a9 (diff)
ASoC: fsl_micfil: drop unused include
The micfil driver doesn't use anything from imx-pcm.h. Drop its inclusion. Signed-off-by: Sascha Hauer <[email protected]> Acked-by: Shengjiu Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/fsl/fsl_micfil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c
index aecc8a1bcfcd..821beca9b4bf 100644
--- a/sound/soc/fsl/fsl_micfil.c
+++ b/sound/soc/fsl/fsl_micfil.c
@@ -24,7 +24,6 @@
#include <sound/core.h>
#include "fsl_micfil.h"
-#include "imx-pcm.h"
#define FSL_MICFIL_RATES SNDRV_PCM_RATE_8000_48000
#define FSL_MICFIL_FORMATS (SNDRV_PCM_FMTBIT_S16_LE)