diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-07-13 07:35:44 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-07-13 07:35:44 +0200 |
commit | f514f4f608dd17b95740ab9a01fa60c84744159e (patch) | |
tree | bbae104def2ef56624dde04e87f0d57b88fbe390 /SPECS | |
parent | b3bf69e0b6d610746c995da45a6751134461b6a7 (diff) | |
download | kernel-fsync-f514f4f608dd17b95740ab9a01fa60c84744159e.tar.gz kernel-fsync-f514f4f608dd17b95740ab9a01fa60c84744159e.zip |
kernel 6.9.8 fix audio
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 0a111fd..4be4593 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -169,7 +169,7 @@ Summary: The Linux kernel # This is needed to do merge window version magic %define patchlevel 9 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 201%{?buildid}%{?dist} +%define specrelease 202%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.9.8 @@ -1000,6 +1000,7 @@ Patch321: v14.8-0004-HID-asus-add-ROG-Ally-xpad-settings.patch Patch322: rog-ally-gyro-fix.patch Patch323: 0001-Revert-drm-i915-mtl-Add-fake-PCH-for-Meteor-Lake.patch Patch336: 0001-add-support-for-ally-x-mcu-switch.patch +Patch337: 0001-fix-audio.patch # hdr: https://github.com/CachyOS/kernel-patches Patch208: 0001-ntsync.patch @@ -1895,6 +1896,7 @@ ApplyOptionalPatch v14.8-0004-HID-asus-add-ROG-Ally-xpad-settings.patch ApplyOptionalPatch rog-ally-gyro-fix.patch ApplyOptionalPatch 0001-Revert-drm-i915-mtl-Add-fake-PCH-for-Meteor-Lake.patch ApplyOptionalPatch 0001-add-support-for-ally-x-mcu-switch.patch +ApplyOptionalPatch 0001-fix-audio.patch # https://github.com/CachyOS/kernel-patches ApplyOptionalPatch 0001-ntsync.patch @@ -4115,6 +4117,9 @@ fi\ # # %changelog +* Sat Jul 13 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.8-202.fsync.1 +- kernel-fsync v6.9.8 fix audio + * Tue Jul 09 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.8-201.fsync - kernel-fsync v6.9.8 |