]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: usb-audio: Add iface reset and delay quirk for XIBERIA K03S
authorLianqin Hu <hulianqin@vivo.com>
Mon, 15 Jun 2026 12:05:01 +0000 (12:05 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jun 2026 13:45:21 +0000 (15:45 +0200)
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=36f9, idProduct=c009
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: XIBERIA K03S
usb 1-1: Manufacturer: Actions
usb 1-1: usb_probe_device

Signed-off-by: Lianqin Hu <hulianqin@vivo.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/TYUPR06MB621706287FE30F4D8EE4618BD2E62@TYUPR06MB6217.apcprd06.prod.outlook.com
sound/usb/quirks.c

index 46718c5499dfea99b3d5a174c67abc0100daf903..30f6d572e4d1bf5293492626f10c3c8193bf3c45 100644 (file)
@@ -2493,6 +2493,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
                   QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
        DEVICE_FLG(0x3443, 0x930d, /* NexiGo N930W 60fps Webcam */
                   QUIRK_FLAG_GET_SAMPLE_RATE | QUIRK_FLAG_MIC_RES_16),
+       DEVICE_FLG(0x36f9, 0xc009, /* XIBERIA K03S */
+                  QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
        DEVICE_FLG(0x3c20, 0x3d21, /* AB13X USB Audio */
                   QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
        DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */