diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-13 12:36:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-13 20:54:19 +0000 |
commit | 811f2ddfc4a989a924094d242ce4f8d2f7c29daa (patch) | |
tree | 030d66306d2adab52c918b08d270c2e4132145f2 /meta-agl-bsp | |
parent | 81493ca36312393875265e4a1c814584aca5f294 (diff) |
Change HDA sound to be a module
Setting CONFIG_SND_HDA_INTEL to 'm' .
If it is built-in there are probe calls missing and
quirks are misdetected.
Bug-AGL: SPEC-3612
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I288e5e8d11cd15a1a9fdf5cfeb72d1f1ecc10c5e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25420
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
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>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg index 9d9a9193c..0a0e6309e 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/sound.cfg @@ -8,5 +8,4 @@ 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 +CONFIG_SND_HDA_INTEL=m |