* [PATCH] ALSA: usb-audio: Add sample rate quirk for Audioengine D1
@ 2025-05-12 20:23 Christian Heusel
2025-05-13 8:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Christian Heusel @ 2025-05-12 20:23 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: linux-sound, linux-kernel, stable, Christian Heusel
A user reported on the Arch Linux Forums that their device is emitting
the following message in the kernel journal, which is fixed by adding
the quirk as submitted in this patch:
> kernel: usb 1-2: current rate 8436480 is different from the runtime rate 48000
There also is an entry for this product line added long time ago.
Their specific device has the following ID:
$ lsusb | grep Audio
Bus 001 Device 002: ID 1101:0003 EasyPass Industrial Co., Ltd Audioengine D1
Link: https://bbs.archlinux.org/viewtopic.php?id=305494
Fixes: 93f9d1a4ac593 ("ALSA: usb-audio: Apply sample rate quirk for Audioengine D1")
Cc: stable@vger.kernel.org
Signed-off-by: Christian Heusel <christian@heusel.eu>
---
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 9112313a9dbc005d8ab6076a6f2f4b0c0cecc64f..eb192834db68ca599770055cb563201e648f20ba 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2250,6 +2250,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
QUIRK_FLAG_FIXED_RATE),
DEVICE_FLG(0x0fd9, 0x0008, /* Hauppauge HVR-950Q */
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
+ DEVICE_FLG(0x1101, 0x0003, /* Audioengine D1 */
+ QUIRK_FLAG_GET_SAMPLE_RATE),
DEVICE_FLG(0x1224, 0x2a25, /* Jieli Technology USB PHY 2.0 */
QUIRK_FLAG_GET_SAMPLE_RATE | QUIRK_FLAG_MIC_RES_16),
DEVICE_FLG(0x1395, 0x740a, /* Sennheiser DECT */
---
base-commit: 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3
change-id: 20250512-audioengine-quirk-addition-718e6c86a2cc
Best regards,
--
Christian Heusel <christian@heusel.eu>
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ALSA: usb-audio: Add sample rate quirk for Audioengine D1
2025-05-12 20:23 [PATCH] ALSA: usb-audio: Add sample rate quirk for Audioengine D1 Christian Heusel
@ 2025-05-13 8:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-05-13 8:59 UTC (permalink / raw)
To: Christian Heusel
Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel, stable
On Mon, 12 May 2025 22:23:37 +0200,
Christian Heusel wrote:
>
> A user reported on the Arch Linux Forums that their device is emitting
> the following message in the kernel journal, which is fixed by adding
> the quirk as submitted in this patch:
>
> > kernel: usb 1-2: current rate 8436480 is different from the runtime rate 48000
>
> There also is an entry for this product line added long time ago.
> Their specific device has the following ID:
>
> $ lsusb | grep Audio
> Bus 001 Device 002: ID 1101:0003 EasyPass Industrial Co., Ltd Audioengine D1
>
> Link: https://bbs.archlinux.org/viewtopic.php?id=305494
> Fixes: 93f9d1a4ac593 ("ALSA: usb-audio: Apply sample rate quirk for Audioengine D1")
> Cc: stable@vger.kernel.org
> Signed-off-by: Christian Heusel <christian@heusel.eu>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-13 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 20:23 [PATCH] ALSA: usb-audio: Add sample rate quirk for Audioengine D1 Christian Heusel
2025-05-13 8: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