Add dummy sound module for special test cases 32/25432/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 14 Oct 2020 13:44:53 +0000 (15:44 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 21 Oct 2020 17:18:35 +0000 (17:18 +0000)
Enable the dummy sound device as module so we can
load it on demand.

Bug-AGL: SPEC-3612
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ia2fda3dff2f71d26726941a8be4ebd68a0cd9787
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25432
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: 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-hda.cfg

index 01e5090..115504c 100644 (file)
@@ -15,3 +15,6 @@ CONFIG_SND_HDA_CODEC_CMEDIA=m
 CONFIG_SND_HDA_CODEC_SI3054=m
 CONFIG_SND_HDA_RECONFIG=y
 CONFIG_SND_HDA_PATCH_LOADER=y
+
+# enable dummy sound for special cases in CI
+CONFIG_SND_DUMMY=m