Skip to content

Commit 004eb8b

Browse files
LianqinHutiwai
authored andcommitted
ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
Audio control requests that sets sampling frequency sometimes fail on this card. Adding delay between control messages eliminates that problem. Signed-off-by: Lianqin Hu <hulianqin@vivo.com> Cc: <stable@vger.kernel.org> Link: https://patch.msgid.link/TYUPR06MB6217FF67076AF3E49E12C877D2842@TYUPR06MB6217.apcprd06.prod.outlook.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent eb75d05 commit 004eb8b

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
@@ -2221,6 +2221,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22212221
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
22222222
DEVICE_FLG(0x2b53, 0x0031, /* Fiero SC-01 (firmware v1.1.0) */
22232223
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
2224+
DEVICE_FLG(0x2d95, 0x8021, /* VIVO USB-C-XE710 HEADSET */
2225+
QUIRK_FLAG_CTL_MSG_DELAY_1M),
22242226
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
22252227
QUIRK_FLAG_IGNORE_CTL_ERROR),
22262228
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */

0 commit comments

Comments
 (0)