Skip to content

Commit 1ea0358

Browse files
Wang-Yuetiwai
authored andcommitted
ALSA: usb-audio: Generic DSD detection for Thesycon-based implementations
Thesycon provides solutions to XMOS chips, and has its own device vendor id. In this patch, we use generic method to detect DSD capability of Thesycon-based UAC2 implementations in order to support a wide range of current and future devices. The patch will enable the SNDRV_PCM_FMTBIT_DSD_U32_BE bit for the DAC hence enable native DSD playback up to DSD512 format. Signed-off-by: Yue Wang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent d10ee9c commit 1ea0358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
14431443
*/
14441444
switch (USB_ID_VENDOR(chip->usb_id)) {
14451445
case 0x20b1: /* XMOS based devices */
1446+
case 0x152a: /* Thesycon devices */
14461447
case 0x25ce: /* Mytek devices */
14471448
if (fp->dsd_raw)
14481449
return SNDRV_PCM_FMTBIT_DSD_U32_BE;

0 commit comments

Comments
 (0)