diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-12-13 17:54:06 +1100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-14 13:15:38 +0000 |
commit | 02d57941f7506010a8e02e7122d919b1a1a13f58 (patch) | |
tree | c034ebda0ac6ef3b0393a3e9bda73b0c67c49154 /meta-audio-4a-framework/recipes-kernel | |
parent | bee4637d02a07f56b1ae41bf7551ac68895ed61d (diff) |
Bump snd-avirt revision
Crucial fixes, including cure for potential kernel panic crash
Change-Id: I3d163e1a5a1c387d09481d162f748e3b63c288d2
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'meta-audio-4a-framework/recipes-kernel')
-rw-r--r-- | meta-audio-4a-framework/recipes-kernel/snd-avirt/snd-avirt.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-kernel/snd-avirt/snd-avirt.bb b/meta-audio-4a-framework/recipes-kernel/snd-avirt/snd-avirt.bb index 6a5c9904..c5727344 100644 --- a/meta-audio-4a-framework/recipes-kernel/snd-avirt/snd-avirt.bb +++ b/meta-audio-4a-framework/recipes-kernel/snd-avirt/snd-avirt.bb @@ -9,6 +9,6 @@ PV = "0.1" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/avirt;protocol=https;branch=${AGL_BRANCH}" S = "${WORKDIR}/git" -SRCREV = "0b7527a463a9f494e15e067ff7bbc604f24fac3a" +SRCREV = "42000f29ef6775f092dab2c80f8b3a6a319b5658" KERNEL_MODULE_AUTOLOAD += "snd-avirt-core snd-avirt-ap-loopback" |