From: Jan-Simon Moeller Date: Tue, 13 Oct 2020 10:36:52 +0000 (+0200) Subject: Change HDA sound to be a module X-Git-Tag: 10.91.0~50 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=811f2ddfc4a989a924094d242ce4f8d2f7c29daa;hp=81493ca36312393875265e4a1c814584aca5f294;p=AGL%2Fmeta-agl.git 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 --- 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