summary refs log tree commit diff
path: root/sound
diff options
context:
space:
mode:
authorIlya Pshonkin <sudokamikaze@protonmail.com>2019-09-17 10:49:34 +0300
committerTakashi Iwai <tiwai@suse.de>2019-09-17 09:54:24 +0200
commit029d2c0fd61eac74700fb4ffff36fc63bfff7e5e (patch)
tree2aa5d63190d0916e6134f2721c2c059c7197ca5e /sound
parent543242211879ebe021b00f7e33eb4e733bcd6c47 (diff)
downloadlinux-029d2c0fd61eac74700fb4ffff36fc63bfff7e5e.tar.gz
ALSA: usb-audio: Add Hiby device family to quirks for native DSD support
This patch adds quirk VID ID for Hiby portable players family with
native DSD playback support.

Signed-off-by: Ilya Pshonkin <sudokamikaze@protonmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20190917074937.157802-1-ilya.pshonkin@netforce.ua
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 25faf2d3c639..5fd4ccce452d 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 0xc502:  /* HiBy devices */
 		if (fp->dsd_raw)
 			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
 		break;