* [PATCH] ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
@ 2025-01-26 3:51 胡连勤
2025-01-26 9:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: 胡连勤 @ 2025-01-26 3:51 UTC (permalink / raw)
To: perex@perex.cz, tiwai@suse.com, lina@asahilina.net,
mbarriolinares@gmail.com, wangdicheng@kylinos.cn,
cyan.vtb@gmail.com, dan.carpenter@linaro.org, bsevens@google.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.
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 <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 7968d6a2f592..a97efb7b131e 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2343,6 +2343,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
QUIRK_FLAG_CTL_MSG_DELAY_1M),
DEVICE_FLG(0x2d95, 0x8021, /* VIVO USB-C-XE710 HEADSET */
QUIRK_FLAG_CTL_MSG_DELAY_1M),
+ DEVICE_FLG(0x2fc6, 0xf0b7, /* iBasso DC07 Pro */
+ QUIRK_FLAG_CTL_MSG_DELAY_1M),
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
QUIRK_FLAG_IGNORE_CTL_ERROR),
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */
--
2.39.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
2025-01-26 3:51 [PATCH] ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro 胡连勤
@ 2025-01-26 9:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-01-26 9:59 UTC (permalink / raw)
To: 胡连勤
Cc: perex@perex.cz, tiwai@suse.com, lina@asahilina.net,
mbarriolinares@gmail.com, wangdicheng@kylinos.cn,
cyan.vtb@gmail.com, dan.carpenter@linaro.org, bsevens@google.com,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
On Sun, 26 Jan 2025 04:51:11 +0100,
胡连勤 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.
>
> 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 <hulianqin@vivo.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-26 9:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-26 3:51 [PATCH] ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro 胡连勤
2025-01-26 9:59 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox