Skip to content

Commit 6b0bde5

Browse files
Jan Lalinskytiwai
authored andcommitted
ALSA: usb-audio: Add native DSD support for Luxman D-08u
Add native DSD support for Luxman D-08u DAC, by adding the PID/VID 1852:5062. This makes DSD playback work, and also sound quality when playing PCM files is improved, crackling sounds are gone. Signed-off-by: Jan Lalinsky <[email protected]> Cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent d278a9d commit 6b0bde5

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
@@ -2221,6 +2221,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22212221
QUIRK_FLAG_DISABLE_AUTOSUSPEND),
22222222
DEVICE_FLG(0x17aa, 0x104d, /* Lenovo ThinkStation P620 Internal Speaker + Front Headset */
22232223
QUIRK_FLAG_DISABLE_AUTOSUSPEND),
2224+
DEVICE_FLG(0x1852, 0x5062, /* Luxman D-08u */
2225+
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
22242226
DEVICE_FLG(0x1852, 0x5065, /* Luxman DA-06 */
22252227
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
22262228
DEVICE_FLG(0x1901, 0x0191, /* GE B850V3 CP2114 audio interface */

0 commit comments

Comments
 (0)