Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
sound/usb/quirks.c
··· 2167 2167 QUIRK_FLAG_GET_SAMPLE_RATE), 2168 2168 DEVICE_FLG(0x19f7, 0x0035, /* RODE NT-USB+ */ 2169 2169 QUIRK_FLAG_GET_SAMPLE_RATE), 2170 + DEVICE_FLG(0x1bcf, 0x2281, /* HD Webcam */ 2171 + QUIRK_FLAG_GET_SAMPLE_RATE), 2170 2172 DEVICE_FLG(0x1bcf, 0x2283, /* NexiGo N930AF FHD Webcam */ 2171 2173 QUIRK_FLAG_GET_SAMPLE_RATE), 2172 2174 DEVICE_FLG(0x2040, 0x7200, /* Hauppauge HVR-950Q */ ··· 2227 2225 QUIRK_FLAG_ALIGN_TRANSFER), 2228 2226 DEVICE_FLG(0x534d, 0x2109, /* MacroSilicon MS2109 */ 2229 2227 QUIRK_FLAG_ALIGN_TRANSFER), 2230 - DEVICE_FLG(0x1bcf, 0x2281, /* HD Webcam */ 2231 - QUIRK_FLAG_GET_SAMPLE_RATE), 2232 2228 2233 2229 /* Vendor matches */ 2234 2230 VENDOR_FLG(0x045e, /* MS Lifecam */