summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 02b6cc02767f..06ae3f5adf4b 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1443,6 +1443,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
1443 */ 1443 */
1444 switch (USB_ID_VENDOR(chip->usb_id)) { 1444 switch (USB_ID_VENDOR(chip->usb_id)) {
1445 case 0x20b1: /* XMOS based devices */ 1445 case 0x20b1: /* XMOS based devices */
1446 case 0x152a: /* Thesycon devices */
1446 case 0x25ce: /* Mytek devices */ 1447 case 0x25ce: /* Mytek devices */
1447 if (fp->dsd_raw) 1448 if (fp->dsd_raw)
1448 return SNDRV_PCM_FMTBIT_DSD_U32_BE; 1449 return SNDRV_PCM_FMTBIT_DSD_U32_BE;