Add CONFIG_SND_HDA to sound.cfg 57/25357/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 29 Sep 2020 14:41:56 +0000 (16:41 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 30 Sep 2020 13:11:26 +0000 (13:11 +0000)
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 <jsmoeller@linuxfoundation.org>
Change-Id: Ia9ac65c14be59568f700883ac79793946a5596f4
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25357
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg

index ad34ea6..9d9a919 100644 (file)
@@ -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