Commit 30392127 authored by Ilya Pshonkin's avatar Ilya Pshonkin Committed by Greg Kroah-Hartman

ALSA: usb-audio: Add Hiby device family to quirks for native DSD support

commit 029d2c0f upstream.

This patch adds quirk VID ID for Hiby portable players family with
native DSD playback support.
Signed-off-by: default avatarIlya Pshonkin <sudokamikaze@protonmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20190917074937.157802-1-ilya.pshonkin@netforce.uaSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8a845c02
...@@ -1449,6 +1449,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip, ...@@ -1449,6 +1449,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
case 0x152a: /* Thesycon devices */ case 0x152a: /* Thesycon devices */
case 0x25ce: /* Mytek devices */ case 0x25ce: /* Mytek devices */
case 0x2ab6: /* T+A devices */ case 0x2ab6: /* T+A 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;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment