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

Commit f41f9005 authored by Jussi Laako's avatar Jussi Laako Committed by Takashi Iwai
Browse files

ALSA: usb-audio: Add DSD support for EVGA NU Audio



EVGA NU Audio is actually a USB audio device on a PCIexpress card,
with it's own USB controller. It supports both PCM and DSD.

Signed-off-by: default avatarJussi Laako <jussi@sonarnerd.net>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20190924071143.30911-1-jussi@sonarnerd.net


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5b8b8f76
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1658,6 +1658,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
	case 0x25ce:  /* Mytek devices */
	case 0x25ce:  /* Mytek devices */
	case 0x278b:  /* Rotel? */
	case 0x278b:  /* Rotel? */
	case 0x2ab6:  /* T+A devices */
	case 0x2ab6:  /* T+A devices */
	case 0x3842:  /* EVGA */
	case 0xc502:  /* HiBy devices */
	case 0xc502:  /* HiBy devices */
		if (fp->dsd_raw)
		if (fp->dsd_raw)
			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
			return SNDRV_PCM_FMTBIT_DSD_U32_BE;