Skip to content

Commit 5182e5e

Browse files
LianqinHutiwai
authored andcommitted
ALSA: usb-audio: Add iface reset and delay quirk for SPACETOUCH 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=0666, idProduct=0880 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: USB Audio usb 1-1: Manufacturer: SPACETOUCH usb 1-1: SerialNumber: 000000000 Signed-off-by: Lianqin Hu <hulianqin@vivo.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/TYUPR06MB6217ACC80B70BE25D87456B0D247A@TYUPR06MB6217.apcprd06.prod.outlook.com
1 parent df1d8ab commit 5182e5e

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
@@ -2243,6 +2243,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22432243
QUIRK_FLAG_IFACE_DELAY | QUIRK_FLAG_FORCE_IFACE_RESET),
22442244
DEVICE_FLG(0x0661, 0x0883, /* iBasso DC04 Ultra */
22452245
QUIRK_FLAG_DSD_RAW),
2246+
DEVICE_FLG(0x0666, 0x0880, /* SPACETOUCH USB Audio */
2247+
QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
22462248
DEVICE_FLG(0x06f8, 0xb000, /* Hercules DJ Console (Windows Edition) */
22472249
QUIRK_FLAG_IGNORE_CTL_ERROR),
22482250
DEVICE_FLG(0x06f8, 0xd002, /* Hercules DJ Console (Macintosh Edition) */

0 commit comments

Comments
 (0)