]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop alsa patch from older kernels
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2024 10:26:29 +0000 (12:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2024 10:26:29 +0000 (12:26 +0200)
queue-4.19/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch [deleted file]
queue-4.19/series
queue-5.4/alsa-line6-add-hw-monitor-volume-control-to-pod-hd500x.patch [deleted file]
queue-5.4/series

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 (file)
index a33394d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From 703235a244e533652346844cfa42623afb36eed1 Mon Sep 17 00:00:00 2001
-From: "Hans P. Moller" <hmoller@uc.cl>
-Date: Thu, 3 Oct 2024 20:28:28 -0300
-Subject: ALSA: line6: add hw monitor volume control to POD HD500X
-
-From: Hans P. Moller <hmoller@uc.cl>
-
-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 <hmoller@uc.cl>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Link: https://patch.msgid.link/20241003232828.5819-1-hmoller@uc.cl
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- 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,
index f9fc802ff06229d369027cee773a2c1569ca44d0..08153a62260cf3bd2f1d8a235963ee6c0a0da8e4 100644 (file)
@@ -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 (file)
index cb804f6..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From 703235a244e533652346844cfa42623afb36eed1 Mon Sep 17 00:00:00 2001
-From: "Hans P. Moller" <hmoller@uc.cl>
-Date: Thu, 3 Oct 2024 20:28:28 -0300
-Subject: ALSA: line6: add hw monitor volume control to POD HD500X
-
-From: Hans P. Moller <hmoller@uc.cl>
-
-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 <hmoller@uc.cl>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Link: https://patch.msgid.link/20241003232828.5819-1-hmoller@uc.cl
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- 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,
index c07a5f49030e3522ae58332e70ca4e569e2e088e..c55c5a21f10d59e507afa715ba5614ee7ca2a1fb 100644 (file)
@@ -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