[linux-yocto] [kernel-cache][PATCH] sound: Re-enable ENS1370 support

Tom Rini trini at konsulko.com
Tue Mar 12 08:40:33 PDT 2019


Both the qemux86 and qemux86-64 targets RRECOMMEND the ens1370 kernel
module and set QB_AUDIO_OPT to support that as one of the audio cards as
well.

Fixes: daadaf7fd7d5 ("yocto-kernel-cache: [PATCH] Update audio support v2")
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 cfg/sound.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/sound.cfg b/cfg/sound.cfg
index 51568d4d592d..6167556d9aca 100644
--- a/cfg/sound.cfg
+++ b/cfg/sound.cfg
@@ -30,7 +30,7 @@ CONFIG_SND_OXYGEN=m
 CONFIG_SND_CTXFI=m
 CONFIG_SND_EMU10K1=m
 CONFIG_SND_EMU10K1X=m
-# CONFIG_SND_ENS1370 is not set
+CONFIG_SND_ENS1370=m
 CONFIG_SND_HDSP=m
 CONFIG_SND_HDSPM=m
 CONFIG_SND_ICE1712=m
-- 
2.7.4



More information about the linux-yocto mailing list