Skip to content

Commit c9808bb

Browse files
ywtsetiwai
authored andcommitted
ALSA: usb-audio: add quirk for Denon DCD-1500RE
fix error "clock source 41 is not valid, cannot use" [] New USB device found, idVendor=154e, idProduct=1002, bcdDevice= 1.00 [] New USB device strings: Mfr=1, Product=2, SerialNumber=0 [] Product: DCD-1500RE [] Manufacturer: D & M Holdings Inc. [] [] clock source 41 is not valid, cannot use [] usbcore: registered new interface driver snd-usb-audio Signed-off-by: Yick W. Tse <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent e7585db commit c9808bb

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
@@ -1532,6 +1532,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
15321532
static bool is_itf_usb_dsd_dac(unsigned int id)
15331533
{
15341534
switch (id) {
1535+
case USB_ID(0x154e, 0x1002): /* Denon DCD-1500RE */
15351536
case USB_ID(0x154e, 0x1003): /* Denon DA-300USB */
15361537
case USB_ID(0x154e, 0x3005): /* Marantz HD-DAC1 */
15371538
case USB_ID(0x154e, 0x3006): /* Marantz SA-14S1 */

0 commit comments

Comments
 (0)