2019-09-15 13:01:02

by ilya.pshonkin

[permalink] [raw]
Subject: [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support

From: Sudokamikaze <[email protected]>

This patch adds quirk VID ID for Hiby portable players family with native DSD playback support

Signed-off-by: Sudokamikaze <[email protected]>
---
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 78858918cbc1..64a8d73972e3 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1655,6 +1655,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
case 0x152a: /* Thesycon devices */
case 0x25ce: /* Mytek devices */
case 0x2ab6: /* T+A devices */
+ case 0xc502: /* HiBy devices */
if (fp->dsd_raw)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
break;
--
2.23.0


2019-09-17 09:45:39

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH] ALSA: usb-audio: Add Hiby device family to quirks for native DSD support

On Tue, 17 Sep 2019 09:49:34 +0200,
<[email protected]> wrote:
>
> From: Ilya Pshonkin <[email protected]>
>
> This patch adds quirk VID ID for Hiby portable players family with native DSD playback support
>
> Signed-off-by: Ilya Pshonkin <[email protected]>

Thanks, applied now (with CC to stable).


Takashi