Skip to content
Snippets Groups Projects
Commit 40accd9e authored by Chancel Liu's avatar Chancel Liu
Browse files

MLK-25644: arm64: configs: imx_v8_defconfig: add SND_ALOOP configuration


sound/drivers/aloop.c should be compiled in order to support AFE wrapper.
So the corresponding configuration, that is SND_ALOOP,
needs to be added to arch/arm64/configs/imx_v8_defconfig in the type of module.

Signed-off-by: default avatarChancel Liu <chancel.liu@nxp.com>
parent d6e34bb4
No related branches found
No related tags found
No related merge requests found
...@@ -633,6 +633,7 @@ CONFIG_SND_SOC_WM8960=y ...@@ -633,6 +633,7 @@ CONFIG_SND_SOC_WM8960=y
CONFIG_SND_SOC_WSA881X=m CONFIG_SND_SOC_WSA881X=m
CONFIG_SND_SIMPLE_CARD=y CONFIG_SND_SIMPLE_CARD=y
CONFIG_SND_AUDIO_GRAPH_CARD=y CONFIG_SND_AUDIO_GRAPH_CARD=y
CONFIG_SND_ALOOP=m
CONFIG_I2C_HID=m CONFIG_I2C_HID=m
CONFIG_USB_CONN_GPIO=y CONFIG_USB_CONN_GPIO=y
CONFIG_USB=y CONFIG_USB=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment