Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ea0358e authored by Yue Wang's avatar Yue Wang Committed by Takashi Iwai
Browse files

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: default avatarYue Wang <yuleopen@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d10ee9c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1443,6 +1443,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
	 */
	switch (USB_ID_VENDOR(chip->usb_id)) {
	case 0x20b1:  /* XMOS based devices */
	case 0x152a:  /* Thesycon devices */
	case 0x25ce:  /* Mytek devices */
		if (fp->dsd_raw)
			return SNDRV_PCM_FMTBIT_DSD_U32_BE;