From 811f2ddfc4a989a924094d242ce4f8d2f7c29daa Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 13 Oct 2020 12:36:52 +0200 Subject: Change HDA sound to be a module Setting CONFIG_SND_HDA_INTEL to 'm' . If it is built-in there are probe calls missing and quirks are misdetected. Bug-AGL: SPEC-3612 Signed-off-by: Jan-Simon Moeller Change-Id: I288e5e8d11cd15a1a9fdf5cfeb72d1f1ecc10c5e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25420 Reviewed-by: Scott Murray Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg index 9d9a9193c..0a0e6309e 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg @@ -8,5 +8,4 @@ CONFIG_SND_ALOOP=m # make sure HDA sound modules are on # this is required for CI tests -CONFIG_SND_HDA_INTEL=y -CONFIG_SND_HDA_GENERIC=y +CONFIG_SND_HDA_INTEL=m -- cgit 1.2.3-korg