Both the imx8mm-beacon and imx8mn-beacon kits have a PDM microphone port. The PDM is used with micfil driver, and that is associated to imx-audio-card, but that is not currently enabled by default. Enable it as a module. Signed-off-by: Adam Ford <aford173@xxxxxxxxx> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d3ad1cb2f5eb..2a824590811b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -792,6 +792,7 @@ CONFIG_SND_SOC_IMX_SGTL5000=m CONFIG_SND_SOC_IMX_SPDIF=m CONFIG_SND_SOC_FSL_ASOC_CARD=m CONFIG_SND_SOC_IMX_AUDMIX=m +CONFIG_SND_SOC_IMX_CARD=m CONFIG_SND_MESON_AXG_SOUND_CARD=m CONFIG_SND_MESON_GX_SOUND_CARD=m CONFIG_SND_SOC_QCOM=m -- 2.34.1