Skip to content

Commit 6074537

Browse files
noble.yanggregkh
authored andcommitted
ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
[ Upstream commit e9df175 ] The vendor Comtrue Inc. (0x2fc6) produces USB audio chipsets like the CT7601 which are capable of Native DSD playback. This patch adds QUIRK_FLAG_DSD_RAW for Comtrue (VID 0x2fc6), which enables native DSD playback (DSD_U32_LE) on their USB Audio device. This has been verified under Ubuntu 25.04 with JRiver. Signed-off-by: noble.yang <noble.yang@comtrue-inc.com> Link: https://patch.msgid.link/20250731110614.4070-1-noble228@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 5cae542 commit 6074537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,6 +2405,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24052405
QUIRK_FLAG_DSD_RAW),
24062406
VENDOR_FLG(0x2d87, /* Cayin device */
24072407
QUIRK_FLAG_DSD_RAW),
2408+
VENDOR_FLG(0x2fc6, /* Comture-inc devices */
2409+
QUIRK_FLAG_DSD_RAW),
24082410
VENDOR_FLG(0x3336, /* HEM devices */
24092411
QUIRK_FLAG_DSD_RAW),
24102412
VENDOR_FLG(0x3353, /* Khadas devices */

0 commit comments

Comments
 (0)