* [PATCH] ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
@ 2024-09-25 3:16 胡连勤
2024-09-30 8:03 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: 胡连勤 @ 2024-09-25 3:16 UTC (permalink / raw)
To: perex@perex.cz, tiwai@suse.com, mbarriolinares@gmail.com,
wangdicheng@kylinos.cn, mmccarthy@mcintoshlabs.com,
xristos.thes@gmail.com, cyan.vtb@gmail.com
Cc: linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
胡连勤
From: Lianqin Hu <hulianqin@vivo.com>
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>
---
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index f62631b54e10..c7a9c50a65bb 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2279,6 +2279,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
DEVICE_FLG(0x2b53, 0x0031, /* Fiero SC-01 (firmware v1.1.0) */
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
+ DEVICE_FLG(0x2d95, 0x8011, /* VIVO USB-C HEADSET */
+ QUIRK_FLAG_CTL_MSG_DELAY_1M),
DEVICE_FLG(0x2d95, 0x8021, /* VIVO USB-C-XE710 HEADSET */
QUIRK_FLAG_CTL_MSG_DELAY_1M),
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
--
2.39.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
2024-09-25 3:16 [PATCH] ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET 胡连勤
@ 2024-09-30 8:03 ` Takashi Iwai
2024-09-30 8:33 ` 答复: " 胡连勤
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2024-09-30 8:03 UTC (permalink / raw)
To: 胡连勤
Cc: perex@perex.cz, tiwai@suse.com, mbarriolinares@gmail.com,
wangdicheng@kylinos.cn, mmccarthy@mcintoshlabs.com,
xristos.thes@gmail.com, cyan.vtb@gmail.com,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
On Wed, 25 Sep 2024 05:16:29 +0200,
胡连勤 wrote:
>
> From: Lianqin Hu <hulianqin@vivo.com>
>
> 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>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-30 8:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 3:16 [PATCH] ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET 胡连勤
2024-09-30 8:03 ` Takashi Iwai
2024-09-30 8:33 ` 答复: " 胡连勤
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox