]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: usb-audio: Move HD Webcam quirk to the right place
authorTakashi Iwai <tiwai@suse.de>
Mon, 22 Jul 2024 08:06:04 +0000 (10:06 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Jul 2024 08:10:58 +0000 (10:10 +0200)
commit7010d9464f7ca3ee2d75095ea2e642a9009a41ff
tree6571c9a12c6ed4b511d8d867185c754cecc37f55
parenta2d6d8aee4a4f694920bfaf6f6be3690e0f8d302
ALSA: usb-audio: Move HD Webcam quirk to the right place

The quirk_flags_table[] is sorted in the USB ID order, while the last
fix was put at a wrong position.  Adjust the entry at the right
position.

Fixes: 74dba2408818 ("ALSA: usb-audio: Fix microphone sound on HD webcam.")
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20240722080605.23481-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c