Skip to content

Commit 44ed8fa

Browse files
jlaakogregkh
authored andcommitted
ALSA: usb-audio: Update for native DSD support quirks
[ Upstream commit da3a7ef ] 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 ba6f0d1 commit 44ed8fa

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
@@ -2225,6 +2225,12 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22252225
DEVICE_FLG(0x0644, 0x806b, /* TEAC UD-701 */
22262226
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
22272227
QUIRK_FLAG_IFACE_DELAY),
2228+
DEVICE_FLG(0x0644, 0x807d, /* TEAC UD-507 */
2229+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2230+
QUIRK_FLAG_IFACE_DELAY),
2231+
DEVICE_FLG(0x0644, 0x806c, /* Esoteric XD */
2232+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY |
2233+
QUIRK_FLAG_IFACE_DELAY),
22282234
DEVICE_FLG(0x06f8, 0xb000, /* Hercules DJ Console (Windows Edition) */
22292235
QUIRK_FLAG_IGNORE_CTL_ERROR),
22302236
DEVICE_FLG(0x06f8, 0xd002, /* Hercules DJ Console (Macintosh Edition) */
@@ -2377,6 +2383,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23772383
QUIRK_FLAG_CTL_MSG_DELAY_1M),
23782384
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
23792385
QUIRK_FLAG_IGNORE_CTL_ERROR),
2386+
DEVICE_FLG(0x3255, 0x0000, /* Luxman D-10X */
2387+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
23802388
DEVICE_FLG(0x339b, 0x3a07, /* Synaptics HONOR USB-C HEADSET */
23812389
QUIRK_FLAG_MIXER_MIN_MUTE),
23822390
DEVICE_FLG(0x413c, 0xa506, /* Dell AE515 sound bar */
@@ -2420,6 +2428,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24202428
QUIRK_FLAG_DSD_RAW),
24212429
VENDOR_FLG(0x2622, /* IAG Limited devices */
24222430
QUIRK_FLAG_DSD_RAW),
2431+
VENDOR_FLG(0x2772, /* Musical Fidelity devices */
2432+
QUIRK_FLAG_DSD_RAW),
24232433
VENDOR_FLG(0x278b, /* Rotel? */
24242434
QUIRK_FLAG_DSD_RAW),
24252435
VENDOR_FLG(0x292b, /* Gustard/Ess based devices */

0 commit comments

Comments
 (0)