[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190826160953.19402-1-ilya.pshonkin@netforce.ua>
Date: Mon, 26 Aug 2019 19:09:52 +0300
From: ilya.pshonkin@...force.ua
To: ilya.pshonkin@...force.ua
Cc: Sudokamikaze <sudokamikaze@...tonmail.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Jussi Laako <jussi@...arnerd.net>,
Allison Randal <allison@...utok.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Richard Fontana <rfontana@...hat.com>,
Manuel Reinhardt <manuel.rhdt@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Linus Walleij <linus.walleij@...aro.org>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ALSA: usb-audio: Add Hiby R3 to quirks for native DSD support
From: Sudokamikaze <sudokamikaze@...tonmail.com>
This patch adds quirk VID/PID IDs for Hiby R3 portable DSD player DSD support
Signed-off-by: Sudokamikaze <sudokamikaze@...tonmail.com>
---
sound/usb/quirks.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 78858918cbc1..f90418149e4e 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1588,6 +1588,12 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
if (fp->altsetting == 2)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
break;
+
+ /* ESS Sabre based USB DACs */
+ case USB_ID(0xc502, 0x0051): /* Hiby R3 */
+ if (fp->altsetting == 4)
+ return SNDRV_PCM_FMTBIT_DSD_U32_BE;
+ break;
case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */
case USB_ID(0x10cb, 0x0103): /* The Bit Opus #3; with fp->dsd_raw */
--
2.23.0
Powered by blists - more mailing lists