lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250731081559.10842-1-noble228@gmail.com>
Date: Thu, 31 Jul 2025 16:15:59 +0800
From: noble228@...il.com
To: tiwai@...e.com
Cc: perex@...ex.cz,
	hulianqin@...o.com,
	lina+kernel@...hilina.net,
	cyan.vtb@...il.com,
	dan.carpenter@...aro.org,
	bsevens@...gle.com,
	linux-sound@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	"noble.yang" <noble.yang@...true-inc.com>
Subject: [PATCH] ALSA: usb-audio: Add DSD support for Comtrue USB Audio device

From: "noble.yang" <noble.yang@...true-inc.com>

Signed-off-by: noble.yang <noble.yang@...true-inc.com>
---
 sound/usb/quirks.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index bd24f3a78ea9..cbb66125f839 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2408,6 +2408,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
 		   QUIRK_FLAG_DSD_RAW),
 	VENDOR_FLG(0x2d87, /* Cayin device */
 		   QUIRK_FLAG_DSD_RAW),
+        VENDOR_FLG(0x2fc6, /* Comture-inc devices */
+		   QUIRK_FLAG_DSD_RAW),	   
 	VENDOR_FLG(0x3336, /* HEM devices */
 		   QUIRK_FLAG_DSD_RAW),
 	VENDOR_FLG(0x3353, /* Khadas devices */
-- 
2.48.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ