]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: usb-audio: Add sample rate quirk for Audioengine D1
authorChristian Heusel <christian@heusel.eu>
Mon, 12 May 2025 20:23:37 +0000 (22:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 May 2025 08:58:44 +0000 (10:58 +0200)
commit2b24eb060c2bb9ef79e1d3bcf633ba1bc95215d6
tree52e46e3a60aa75cae131e1acaf0e1479c430b2b4
parentdd33993a9721ab1dae38bd37c9f665987d554239
ALSA: usb-audio: Add sample rate quirk for Audioengine D1

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>
Link: https://patch.msgid.link/20250512-audioengine-quirk-addition-v1-1-4c370af6eff7@heusel.eu
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c