From: Ilya Pshonkin <sudokamik...@protonmail.com>

commit 029d2c0fd61eac74700fb4ffff36fc63bfff7e5e upstream.

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

Signed-off-by: Ilya Pshonkin <sudokamik...@protonmail.com>
Cc: <sta...@vger.kernel.org>
Link: 
https://lore.kernel.org/r/20190917074937.157802-1-ilya.pshon...@netforce.ua
Signed-off-by: Takashi Iwai <ti...@suse.de>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 sound/usb/quirks.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1655,6 +1655,7 @@ u64 snd_usb_interface_dsd_format_quirks(
        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;


Reply via email to