Skip to content

Commit 37edac5

Browse files
christian-heuselvijay-suman
authored andcommitted
ALSA: usb-audio: Add sample rate quirk for Audioengine D1
commit 2b24eb060c2bb9ef79e1d3bcf633ba1bc95215d6 upstream. 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: 93f9d1a ("ALSA: usb-audio: Apply sample rate quirk for Audioengine D1") Cc: [email protected] Signed-off-by: Christian Heusel <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit e9600f67e8b9f1c843bd344ac1c70a1e21c35b09) Signed-off-by: Vijayendra Suman <[email protected]>
1 parent 726a589 commit 37edac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
18451845
QUIRK_FLAG_FIXED_RATE),
18461846
DEVICE_FLG(0x0fd9, 0x0008, /* Hauppauge HVR-950Q */
18471847
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
1848+
DEVICE_FLG(0x1101, 0x0003, /* Audioengine D1 */
1849+
QUIRK_FLAG_GET_SAMPLE_RATE),
18481850
DEVICE_FLG(0x1224, 0x2a25, /* Jieli Technology USB PHY 2.0 */
18491851
QUIRK_FLAG_GET_SAMPLE_RATE),
18501852
DEVICE_FLG(0x1395, 0x740a, /* Sennheiser DECT */

0 commit comments

Comments
 (0)