Skip to content

Commit 7010d94

Browse files
committed
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: 74dba24 ("ALSA: usb-audio: Fix microphone sound on HD webcam.") Cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent a2d6d8a commit 7010d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,6 +2167,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21672167
QUIRK_FLAG_GET_SAMPLE_RATE),
21682168
DEVICE_FLG(0x19f7, 0x0035, /* RODE NT-USB+ */
21692169
QUIRK_FLAG_GET_SAMPLE_RATE),
2170+
DEVICE_FLG(0x1bcf, 0x2281, /* HD Webcam */
2171+
QUIRK_FLAG_GET_SAMPLE_RATE),
21702172
DEVICE_FLG(0x1bcf, 0x2283, /* NexiGo N930AF FHD Webcam */
21712173
QUIRK_FLAG_GET_SAMPLE_RATE),
21722174
DEVICE_FLG(0x2040, 0x7200, /* Hauppauge HVR-950Q */
@@ -2225,8 +2227,6 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22252227
QUIRK_FLAG_ALIGN_TRANSFER),
22262228
DEVICE_FLG(0x534d, 0x2109, /* MacroSilicon MS2109 */
22272229
QUIRK_FLAG_ALIGN_TRANSFER),
2228-
DEVICE_FLG(0x1bcf, 0x2281, /* HD Webcam */
2229-
QUIRK_FLAG_GET_SAMPLE_RATE),
22302230

22312231
/* Vendor matches */
22322232
VENDOR_FLG(0x045e, /* MS Lifecam */

0 commit comments

Comments
 (0)