Skip to content

Commit 547d2c9

Browse files
committed
ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
The USB vendor ID of NuPrime DAC-10 is not 16b0 but 16d0. Fixes: f656891 ("ALSA: usb-audio: add more quirks for DSD interfaces") Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 5ce0076 commit 547d2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/quirks.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
16871687

16881688
case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */
16891689
case USB_ID(0x10cb, 0x0103): /* The Bit Opus #3; with fp->dsd_raw */
1690-
case USB_ID(0x16b0, 0x06b2): /* NuPrime DAC-10 */
1690+
case USB_ID(0x16d0, 0x06b2): /* NuPrime DAC-10 */
16911691
case USB_ID(0x16d0, 0x09dd): /* Encore mDSD */
16921692
case USB_ID(0x16d0, 0x0733): /* Furutech ADL Stratos */
16931693
case USB_ID(0x16d0, 0x09db): /* NuPrime Audio DAC-9 */

0 commit comments

Comments
 (0)