From 83ce0c9668502de36703e4af079003b8e3be01c8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 14 Oct 2020 15:44:53 +0200 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux/sound-hda.cfg | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.2.3-korg