Skip to content

Commit f7d8b2e

Browse files
jlaakogregkh
authored andcommitted
ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 Digital
commit 9bb201a5d5acc733943e8af7151cceab9d976a69 upstream. Add native DSD support quirk for Pro-Ject Pre Box S2 Digital USB id 2772:0230. Signed-off-by: Jussi Laako <jussi@sonarnerd.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 67e2580 commit f7d8b2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
13051305
case USB_ID(0x20b1, 0x2008): /* Matrix Audio X-Sabre */
13061306
case USB_ID(0x20b1, 0x300a): /* Matrix Audio Mini-i Pro */
13071307
case USB_ID(0x22d9, 0x0416): /* OPPO HA-1 */
1308+
case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */
13081309
if (fp->altsetting == 2)
13091310
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
13101311
break;

0 commit comments

Comments
 (0)