Skip to content

Commit f5ce817

Browse files
jlaakotiwai
authored andcommitted
ALSA: usb-audio: support new Amanero Combo384 firmware version
Support DSD_U32_BE sample format on new Amanero Combo384 firmware version on older VID/PID. Fixes: 3eff682 ("ALSA: usb-audio: Support both DSD LE/BE Amanero firmware versions") Signed-off-by: Jussi Laako <jussi@sonarnerd.net> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent a53a0ab commit f5ce817

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
@@ -1375,6 +1375,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
13751375
case 0x199:
13761376
return SNDRV_PCM_FMTBIT_DSD_U32_LE;
13771377
case 0x19b:
1378+
case 0x203:
13781379
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
13791380
default:
13801381
break;

0 commit comments

Comments
 (0)