[PATCH 0/2] ALSA: usb-audio: MIXER_GET_CUR_BROKEN related changes for 7.2
From: Rong Zhang
Date: Sat May 30 2026 - 17:02:55 EST
While the patch to improve the error path of potential sticky mixers
has been submitted against 7.1 [1], this patch series includes
MIXER_GET_CUR_BROKEN related changes for 7.2, as per the previous
discussion [2].
Patch 1 add the quirk flag for Edifier MF200.
Patch 2 add an info message to prompt users how to determime if a mixer
is really sticky.
Link: https://lore.kernel.org/r/20260531-uac-sticky-error-path-v1-1-12c2329d17ef@xxxxxxxx [1]
Link: https://lore.kernel.org/r/87ldd1p09p.wl-tiwai@xxxxxxx [2]
Signed-off-by: Rong Zhang <i@xxxxxxxx>
---
Rong Zhang (2):
ALSA: usb-audio: Add quirk flag for Edifier MF200
ALSA: usb-audio: Prompt users to check MIXER_GET_CUR_BROKEN for potential sticky mixers
sound/usb/mixer.c | 2 ++
sound/usb/quirks.c | 2 ++
2 files changed, 4 insertions(+)
---
base-commit: 17065203e1bc7e7f2786998d532cd93a06265156
change-id: 23006b11-uac-edifier-mf200-330b4898abf6
prerequisite-change-id: 20260527-uac-quirk-get-cur-vol-d0b292c3e796:v3
prerequisite-patch-id: 71a85de26aa106b9bed45677cef5f305cc135cce
prerequisite-patch-id: c68be851b5e08de9cef4afda7950216b7b960def
Thanks,
Rong