* [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A
@ 2026-07-24 12:46 胡连勤
2026-07-24 13:39 ` Rong Zhang
2026-07-26 6:54 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: 胡连勤 @ 2026-07-24 12:46 UTC (permalink / raw)
To: perex, tiwai, Rong Zhang
Cc: linux-sound, linux-kernel, 胡连勤
Setting up the interface when suspended/resuming fails on this card.
Adding a reset and delay quirk will eliminate this problem.
Note: This device's VID conflicts with Apple's (0x05ac).
usb 1-1: New USB device found, idVendor=05ac, idProduct=110b
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: Q2A
usb 1-1: Manufacturer: JKY Technology
usb 1-1: SerialNumber: 330270D2251225
Suggested-by: Rong Zhang <i@rong.moe>
Signed-off-by: Lianqin Hu <hulianqin@vivo.com>
---
Changes in v2:
- Remove matching Product
- manufacturer,product (new line)
- Add VID conflict information to code comments
- Link to v1: https://lore.kernel.org/all/TYUPR06MB6217BD7BF1AE9B308295FFFCD2CF2@TYUPR06MB6217.apcprd06.prod.outlook.com/
sound/usb/quirks.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 0de7c9d94259..13863e966347 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2200,6 +2200,9 @@ struct usb_audio_quirk_flags_table {
static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
/* Device and string descriptor matches */
+ DEVICE_STRING_FLG(0x05ac, 0x110b, /* VID conflicts with Apple */
+ "JKY Technology", NULL, /* Q2A */
+ QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
/* Device matches */
DEVICE_FLG(0x001f, 0x0b21, /* AB13X USB Audio */
--
2.39.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A
2026-07-24 12:46 [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A 胡连勤
@ 2026-07-24 13:39 ` Rong Zhang
2026-07-26 6:54 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Rong Zhang @ 2026-07-24 13:39 UTC (permalink / raw)
To: 胡连勤, perex, tiwai; +Cc: linux-sound, linux-kernel
Hi Lianqin,
On Fri, 2026-07-24 at 12:46 +0000, 胡连勤 wrote:
> Setting up the interface when suspended/resuming fails on this card.
> Adding a reset and delay quirk will eliminate this problem.
>
> Note: This device's VID conflicts with Apple's (0x05ac).
>
> usb 1-1: New USB device found, idVendor=05ac, idProduct=110b
> usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 1-1: Product: Q2A
> usb 1-1: Manufacturer: JKY Technology
> usb 1-1: SerialNumber: 330270D2251225
>
> Suggested-by: Rong Zhang <i@rong.moe>
> Signed-off-by: Lianqin Hu <hulianqin@vivo.com>
Reviewed-by: Rong Zhang <i@rong.moe>
Thanks,
Rong
> ---
>
> Changes in v2:
> - Remove matching Product
> - manufacturer,product (new line)
> - Add VID conflict information to code comments
> - Link to v1: https://lore.kernel.org/all/TYUPR06MB6217BD7BF1AE9B308295FFFCD2CF2@TYUPR06MB6217.apcprd06.prod.outlook.com/
>
> sound/usb/quirks.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> index 0de7c9d94259..13863e966347 100644
> --- a/sound/usb/quirks.c
> +++ b/sound/usb/quirks.c
> @@ -2200,6 +2200,9 @@ struct usb_audio_quirk_flags_table {
>
> static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
> /* Device and string descriptor matches */
> + DEVICE_STRING_FLG(0x05ac, 0x110b, /* VID conflicts with Apple */
> + "JKY Technology", NULL, /* Q2A */
> + QUIRK_FLAG_FORCE_IFACE_RESET | QUIRK_FLAG_IFACE_DELAY),
>
> /* Device matches */
> DEVICE_FLG(0x001f, 0x0b21, /* AB13X USB Audio */
> --
> 2.39.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A
2026-07-24 12:46 [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A 胡连勤
2026-07-24 13:39 ` Rong Zhang
@ 2026-07-26 6:54 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2026-07-26 6:54 UTC (permalink / raw)
To: 胡连勤
Cc: perex, tiwai, Rong Zhang, linux-sound, linux-kernel
On Fri, 24 Jul 2026 14:46:33 +0200,
胡连勤 wrote:
>
> Setting up the interface when suspended/resuming fails on this card.
> Adding a reset and delay quirk will eliminate this problem.
>
> Note: This device's VID conflicts with Apple's (0x05ac).
>
> usb 1-1: New USB device found, idVendor=05ac, idProduct=110b
> usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 1-1: Product: Q2A
> usb 1-1: Manufacturer: JKY Technology
> usb 1-1: SerialNumber: 330270D2251225
>
> Suggested-by: Rong Zhang <i@rong.moe>
> 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:[~2026-07-26 6:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 12:46 [PATCH v2] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A 胡连勤
2026-07-24 13:39 ` Rong Zhang
2026-07-26 6:54 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®