]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb-audio: Add extra PID for RME Digiface USB
authorAsahi Lina <lina@asahilina.net>
Mon, 2 Dec 2024 13:17:15 +0000 (22:17 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:23 +0000 (20:03 +0100)
commit39c5d89b567a09442520442675cfdedb9b2c043c
tree007fb5d2417775ef7bbdcae0c3de52f719f1a2eb
parent7f1292f8d4d664d55d9e8a2a047a4c567984efe7
ALSA: usb-audio: Add extra PID for RME Digiface USB

commit f09f0397db641f99f6c3e109283d82e3584bfb50 upstream.

It seems there is an alternate version of the hardware with a different
PID. User testing reveals this still works with the same interface as far
as the kernel is concerned, so just add the extra PID. Thanks to Heiko
Engemann for testing with this version.

Due to the way quirks-table.h is structured, that means we have to turn
the entire quirk struct into a macro to avoid duplicating it...

Cc: stable@vger.kernel.org
Signed-off-by: Asahi Lina <lina@asahilina.net>
Link: https://patch.msgid.link/20241202-rme-digiface-usb-id-v1-1-50f730d7a46e@asahilina.net
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/mixer_quirks.c
sound/usb/quirks-table.h
sound/usb/quirks.c