Change HDA sound to be a module 20/25420/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Oct 2020 10:36:52 +0000 (12:36 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Oct 2020 20:54:19 +0000 (20:54 +0000)
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>

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

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