From 26aa9ed853e6b4a7e36bc0a523e924c47e8c954a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 24 Mar 2019 23:11:50 -0400 Subject: linux-yocto: sound: Re-enable ENS1370 support Integrating the following commit: [ Author: Tom Rini Date: Tue Mar 12 11:40:33 2019 -0400 sound: Re-enable ENS1370 support 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 Signed-off-by: Bruce Ashfield ] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb index 04b319f1ca..589aee3431 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "2260c031075188dce4d30223527dda68e3940574" SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" -SRCREV_meta ?= "8fbd119bd954443b1cae496d7797c458faa02495" +SRCREV_meta ?= "c713269d5c5a3dffb7e4aabeecbcb3d481a59151" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg