From a60c41edd8bd1c92430cf3813a93b5db233b2af5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 29 Sep 2020 16:41:56 +0200 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit 1.2.3-korg