From be96cd8155e2ea4ca3cb56cf01d0782e1946f870 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Mon, 24 Mar 2025 13:11:29 +0100
Subject: [PATCH] linux6.13: update to 6.13.8.

---
 srcpkgs/linux6.13/files/arm64-dotconfig  | 2 +-
 srcpkgs/linux6.13/files/i386-dotconfig   | 3 ++-
 srcpkgs/linux6.13/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.13/template               | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux6.13/files/arm64-dotconfig b/srcpkgs/linux6.13/files/arm64-dotconfig
index cdd62faff60..73383e0db9a 100644
--- a/srcpkgs/linux6.13/files/arm64-dotconfig
+++ b/srcpkgs/linux6.13/files/arm64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 6.13.7 Kernel Configuration
+# Linux/arm64 6.13.8 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 13.2.0"
 CONFIG_CC_IS_GCC=y
diff --git a/srcpkgs/linux6.13/files/i386-dotconfig b/srcpkgs/linux6.13/files/i386-dotconfig
index 27fe540a197..1727f75cb5d 100644
--- a/srcpkgs/linux6.13/files/i386-dotconfig
+++ b/srcpkgs/linux6.13/files/i386-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 6.13.7 Kernel Configuration
+# Linux/i386 6.13.8 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
 CONFIG_CC_IS_GCC=y
@@ -7298,6 +7298,7 @@ CONFIG_SND_SOC_CS53L30=m
 # CONFIG_SND_SOC_CS530X_I2C is not set
 # CONFIG_SND_SOC_CX2072X is not set
 # CONFIG_SND_SOC_DA7213 is not set
+CONFIG_SND_SOC_DA7219=m
 CONFIG_SND_SOC_DMIC=m
 CONFIG_SND_SOC_HDMI_CODEC=m
 # CONFIG_SND_SOC_ES7134 is not set
diff --git a/srcpkgs/linux6.13/files/x86_64-dotconfig b/srcpkgs/linux6.13/files/x86_64-dotconfig
index 66fea6714b1..e443b01b3c1 100644
--- a/srcpkgs/linux6.13/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.13/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 6.13.7 Kernel Configuration
+# Linux/x86_64 6.13.8 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
 CONFIG_CC_IS_GCC=y
diff --git a/srcpkgs/linux6.13/template b/srcpkgs/linux6.13/template
index 2954e9eaa61..65f3e1ed140 100644
--- a/srcpkgs/linux6.13/template
+++ b/srcpkgs/linux6.13/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.13'
 pkgname=linux6.13
-version=6.13.7
+version=6.13.8
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
 fi
 
 checksum="e79dcc6eb86695c6babfb07c2861912b635d5075c6cd1cd0567d1ea155f80d6e
- 3c33fc5a395406d58627007548f3682dce18eab9991d937c9ccfb8e610c37d2a"
+ a4ee918570fcc3372d7fdbc9a0eab45e03dd61a9414ada2d780c79f082488c91"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.