Skip to content

Commit a788149

Browse files
Lianqin Hugregkh
authored andcommitted
ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
commit d85fc52 upstream. Audio control requests that sets sampling frequency sometimes fail on this card. Adding delay between control messages eliminates that problem. usb 1-1: New USB device found, idVendor=2fc6, idProduct=f0b7 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: iBasso DC07 Pro usb 1-1: Manufacturer: iBasso usb 1-1: SerialNumber: CTUA171130B Signed-off-by: Lianqin Hu <[email protected]> Cc: <[email protected]> Link: https://patch.msgid.link/TYUPR06MB62174A48D04E09A37996DF84D2ED2@TYUPR06MB6217.apcprd06.prod.outlook.com Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 19a269e commit a788149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,6 +2343,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23432343
QUIRK_FLAG_CTL_MSG_DELAY_1M),
23442344
DEVICE_FLG(0x2d95, 0x8021, /* VIVO USB-C-XE710 HEADSET */
23452345
QUIRK_FLAG_CTL_MSG_DELAY_1M),
2346+
DEVICE_FLG(0x2fc6, 0xf0b7, /* iBasso DC07 Pro */
2347+
QUIRK_FLAG_CTL_MSG_DELAY_1M),
23462348
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
23472349
QUIRK_FLAG_IGNORE_CTL_ERROR),
23482350
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */

0 commit comments

Comments
 (0)