Skip to content

Commit be39239

Browse files
jlaakogregkh
authored andcommitted
ALSA: usb-audio: Update for native DSD support quirks
[ Upstream commit da3a7efff64ec0d63af4499eea3a46a2e13b5797 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 78d87b7 commit be39239

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
@@ -2125,6 +2125,12 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21252125
DEVICE_FLG(0x0644, 0x806b, /* TEAC UD-701 */
21262126
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
21272127
QUIRK_FLAG_IFACE_DELAY),
2128+
DEVICE_FLG(0x0644, 0x807d, /* TEAC UD-507 */
2129+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2130+
QUIRK_FLAG_IFACE_DELAY),
2131+
DEVICE_FLG(0x0644, 0x806c, /* Esoteric XD */
2132+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2133+
QUIRK_FLAG_IFACE_DELAY),
21282134
DEVICE_FLG(0x06f8, 0xb000, /* Hercules DJ Console (Windows Edition) */
21292135
QUIRK_FLAG_IGNORE_CTL_ERROR),
21302136
DEVICE_FLG(0x06f8, 0xd002, /* Hercules DJ Console (Macintosh Edition) */
@@ -2277,6 +2283,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22772283
QUIRK_FLAG_CTL_MSG_DELAY_1M),
22782284
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
22792285
QUIRK_FLAG_IGNORE_CTL_ERROR),
2286+
DEVICE_FLG(0x3255, 0x0000, /* Luxman D-10X */
2287+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
22802288
DEVICE_FLG(0x339b, 0x3a07, /* Synaptics HONOR USB-C HEADSET */
22812289
QUIRK_FLAG_MIXER_MIN_MUTE),
22822290
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */
@@ -2320,6 +2328,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23202328
QUIRK_FLAG_DSD_RAW),
23212329
VENDOR_FLG(0x2622, /* IAG Limited devices */
23222330
QUIRK_FLAG_DSD_RAW),
2331+
VENDOR_FLG(0x2772, /* Musical Fidelity devices */
2332+
QUIRK_FLAG_DSD_RAW),
23232333
VENDOR_FLG(0x278b, /* Rotel? */
23242334
QUIRK_FLAG_DSD_RAW),
23252335
VENDOR_FLG(0x292b, /* Gustard/Ess based devices */

0 commit comments

Comments
 (0)