From: Greg Kroah-Hartman Date: Mon, 7 Oct 2024 10:26:29 +0000 (+0200) Subject: drop alsa patch from older kernels X-Git-Tag: v6.6.55~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ead172c1d42fcd9f39e70674d3acc0680f48e00;p=thirdparty%2Fkernel%2Fstable-queue.git drop alsa patch from older kernels --- diff --git a/queue-4.19/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch b/queue-4.19/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch deleted file mode 100644 index a33394d3fc8..00000000000 --- a/queue-4.19/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 703235a244e533652346844cfa42623afb36eed1 Mon Sep 17 00:00:00 2001 -From: "Hans P. Moller" -Date: Thu, 3 Oct 2024 20:28:28 -0300 -Subject: ALSA: line6: add hw monitor volume control to POD HD500X - -From: Hans P. Moller - -commit 703235a244e533652346844cfa42623afb36eed1 upstream. - -Add hw monitor volume control for POD HD500X. This is done adding -LINE6_CAP_HWMON_CTL to the capabilities - -Signed-off-by: Hans P. Moller -Cc: -Signed-off-by: Takashi Iwai -Link: https://patch.msgid.link/20241003232828.5819-1-hmoller@uc.cl -Signed-off-by: Greg Kroah-Hartman ---- - sound/usb/line6/podhd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/sound/usb/line6/podhd.c -+++ b/sound/usb/line6/podhd.c -@@ -461,7 +461,7 @@ static const struct line6_properties pod - [LINE6_PODHD500X] = { - .id = "PODHD500X", - .name = "POD HD500X", -- .capabilities = LINE6_CAP_CONTROL -+ .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_HWMON_CTL - | LINE6_CAP_PCM | LINE6_CAP_HWMON, - .altsetting = 1, - .ep_ctrl_r = 0x81, diff --git a/queue-4.19/series b/queue-4.19/series index f9fc802ff06..08153a62260 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -186,7 +186,6 @@ spi-bcm63xx-fix-module-autoloading.patch perf-core-fix-small-negative-period-being-ignored.patch parisc-fix-itlb-miss-handler-for-64-bit-programs.patch alsa-core-add-isascii-check-to-card-id-generator.patch -alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch ext4-no-need-to-continue-when-the-number-of-entries-is-1.patch ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch ext4-propagate-errors-from-ext4_find_extent-in-ext4_insert_range.patch diff --git a/queue-5.4/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch b/queue-5.4/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch deleted file mode 100644 index cb804f60eac..00000000000 --- a/queue-5.4/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 703235a244e533652346844cfa42623afb36eed1 Mon Sep 17 00:00:00 2001 -From: "Hans P. Moller" -Date: Thu, 3 Oct 2024 20:28:28 -0300 -Subject: ALSA: line6: add hw monitor volume control to POD HD500X - -From: Hans P. Moller - -commit 703235a244e533652346844cfa42623afb36eed1 upstream. - -Add hw monitor volume control for POD HD500X. This is done adding -LINE6_CAP_HWMON_CTL to the capabilities - -Signed-off-by: Hans P. Moller -Cc: -Signed-off-by: Takashi Iwai -Link: https://patch.msgid.link/20241003232828.5819-1-hmoller@uc.cl -Signed-off-by: Greg Kroah-Hartman ---- - sound/usb/line6/podhd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/sound/usb/line6/podhd.c -+++ b/sound/usb/line6/podhd.c -@@ -389,7 +389,7 @@ static const struct line6_properties pod - [LINE6_PODHD500X] = { - .id = "PODHD500X", - .name = "POD HD500X", -- .capabilities = LINE6_CAP_CONTROL -+ .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_HWMON_CTL - | LINE6_CAP_PCM | LINE6_CAP_HWMON, - .altsetting = 1, - .ep_ctrl_r = 0x81, diff --git a/queue-5.4/series b/queue-5.4/series index c07a5f49030..c55c5a21f10 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -249,7 +249,6 @@ perf-core-fix-small-negative-period-being-ignored.patch parisc-fix-itlb-miss-handler-for-64-bit-programs.patch drm-consistently-use-struct-drm_mode_rect-for-fb_damage_clips.patch alsa-core-add-isascii-check-to-card-id-generator.patch -alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch alsa-hda-realtek-add-quirk-for-huawei-matebook-13-klv-wx9.patch ext4-no-need-to-continue-when-the-number-of-entries-is-1.patch ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch