Skip to content

Commit da3a7ef

Browse files
jlaakotiwai
authored andcommitted
ALSA: usb-audio: Update for native DSD support quirks
Maintenance patch for native DSD support. Add set of missing device and vendor quirks; TEAC, Esoteric, Luxman and Musical Fidelity. Signed-off-by: Jussi Laako <jussi@sonarnerd.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20251211152224.1780782-1-jussi@sonarnerd.net
1 parent cdc9966 commit da3a7ef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,6 +2230,12 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22302230
DEVICE_FLG(0x0644, 0x806b, /* TEAC UD-701 */
22312231
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
22322232
QUIRK_FLAG_IFACE_DELAY),
2233+
DEVICE_FLG(0x0644, 0x807d, /* TEAC UD-507 */
2234+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2235+
QUIRK_FLAG_IFACE_DELAY),
2236+
DEVICE_FLG(0x0644, 0x806c, /* Esoteric XD */
2237+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2238+
QUIRK_FLAG_IFACE_DELAY),
22332239
DEVICE_FLG(0x06f8, 0xb000, /* Hercules DJ Console (Windows Edition) */
22342240
QUIRK_FLAG_IGNORE_CTL_ERROR),
22352241
DEVICE_FLG(0x06f8, 0xd002, /* Hercules DJ Console (Macintosh Edition) */
@@ -2388,6 +2394,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23882394
QUIRK_FLAG_CTL_MSG_DELAY_1M),
23892395
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
23902396
QUIRK_FLAG_IGNORE_CTL_ERROR),
2397+
DEVICE_FLG(0x3255, 0x0000, /* Luxman D-10X */
2398+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
23912399
DEVICE_FLG(0x339b, 0x3a07, /* Synaptics HONOR USB-C HEADSET */
23922400
QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
23932401
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */
@@ -2431,6 +2439,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24312439
QUIRK_FLAG_DSD_RAW),
24322440
VENDOR_FLG(0x2622, /* IAG Limited devices */
24332441
QUIRK_FLAG_DSD_RAW),
2442+
VENDOR_FLG(0x2772, /* Musical Fidelity devices */
2443+
QUIRK_FLAG_DSD_RAW),
24342444
VENDOR_FLG(0x278b, /* Rotel? */
24352445
QUIRK_FLAG_DSD_RAW),
24362446
VENDOR_FLG(0x292b, /* Gustard/Ess based devices */

0 commit comments

Comments
 (0)