Skip to content

Commit 9e69666

Browse files
Olek Poplavskytiwai
authored andcommitted
ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
This patch adds quirk VID/PID IDs for the Opus #3 DAP (made by 'The Bit') in order to enable Native DSD support. [ NOTE: this could be handled in the generic way with fp->dvd_raw if we add 0x10cb to the vendor whitelist, but since 0x10cb shows a different vendor name (Erantech), put to the individual entry at this time -- tiwai ] Signed-off-by: Olek Poplavsky <woodenbits@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 6993903 commit 9e69666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
14921492
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
14931493
break;
14941494

1495+
case USB_ID(0x10cb, 0x0103): /* The Bit Opus #3; with fp->dsd_raw */
14951496
case USB_ID(0x152a, 0x85de): /* SMSL D1 DAC */
14961497
case USB_ID(0x16d0, 0x09dd): /* Encore mDSD */
14971498
case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */

0 commit comments

Comments
 (0)