Skip to content

Commit ac656d7

Browse files
LianqinHutiwai
authored andcommitted
ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio
Setting up the interface when suspended/resumeing fail on this card. Adding a reset and delay quirk will eliminate this problem. usb 1-1: New USB device found, idVendor=001f, idProduct=0b21 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: AB13X USB Audio usb 1-1: Manufacturer: Generic usb 1-1: SerialNumber: 20210926172016 Signed-off-by: Lianqin Hu <[email protected]> Link: https://patch.msgid.link/TYUPR06MB6217522D0DB6E2C9DF46B56ED265A@TYUPR06MB6217.apcprd06.prod.outlook.com Signed-off-by: Takashi Iwai <[email protected]>
1 parent 86f17f3 commit ac656d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,6 +2146,8 @@ struct usb_audio_quirk_flags_table {
21462146

21472147
static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21482148
/* Device matches */
2149+
DEVICE_FLG(0x001f, 0x0b21, /* AB13X USB Audio */
2150+
QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
21492151
DEVICE_FLG(0x03f0, 0x654a, /* HP 320 FHD Webcam */
21502152
QUIRK_FLAG_GET_SAMPLE_RATE | QUIRK_FLAG_MIC_RES_16),
21512153
DEVICE_FLG(0x041e, 0x3000, /* Creative SB Extigy */

0 commit comments

Comments
 (0)