Message ID | 20190924071143.30911-1-jussi@sonarnerd.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ALSA: usb-audio: Add DSD support for EVGA NU Audio | expand |
On Tue, 24 Sep 2019 09:11:43 +0200, Jussi Laako wrote: > > 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: Jussi Laako <jussi@sonarnerd.net> Applied, thanks. Takashi
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 5fd4ccce452d..fbfde996fee7 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1658,6 +1658,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip, case 0x25ce: /* Mytek devices */ case 0x278b: /* Rotel? */ case 0x2ab6: /* T+A devices */ + case 0x3842: /* EVGA */ case 0xc502: /* HiBy devices */ if (fp->dsd_raw) return SNDRV_PCM_FMTBIT_DSD_U32_BE;
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: Jussi Laako <jussi@sonarnerd.net> --- sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+)