From: Jan-Simon Moeller Date: Tue, 29 Sep 2020 14:41:56 +0000 (+0200) Subject: Add CONFIG_SND_HDA to sound.cfg X-Git-Tag: 10.91.0~56 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F25357%2F2;p=AGL%2Fmeta-agl.git Add CONFIG_SND_HDA to sound.cfg Qemu will emulate an HDA/AC97 card. Thus we need the drivers enabled to support sound / audiomixer testing in CI. Add it to sound.cfg . Bug-AGL: SPEC-3612 Signed-off-by: Jan-Simon Moeller Change-Id: Ia9ac65c14be59568f700883ac79793946a5596f4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25357 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 ad34ea680..9d9a9193c 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg @@ -5,3 +5,8 @@ CONFIG_SND_PCM=y CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_MAX_CARDS=32 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