From: Jan-Simon Moeller Date: Wed, 14 Oct 2020 13:44:53 +0000 (+0200) Subject: Add dummy sound module for special test cases X-Git-Tag: 10.91.0~41 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=83ce0c9668502de36703e4af079003b8e3be01c8;hp=1312e1fd39c0fb9193fe3d7f6f76d3ca432d4802;p=AGL%2Fmeta-agl.git Add dummy sound module for special test cases Enable the dummy sound device as module so we can load it on demand. Bug-AGL: SPEC-3612 Signed-off-by: Jan-Simon Moeller Change-Id: Ia2fda3dff2f71d26726941a8be4ebd68a0cd9787 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25432 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/sound-hda.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/sound-hda.cfg index 01e509090..115504c39 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/sound-hda.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/sound-hda.cfg @@ -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