[PATCH] ALSA: usb-audio: Add DSD support for Comtrue USB Audio device

noble228@gmail.com posted 1 patch 2 months ago
There is a newer version of this series
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
Posted by noble228@gmail.com 2 months ago
From: "noble.yang" <noble.yang@comtrue-inc.com>

Signed-off-by: noble.yang <noble.yang@comtrue-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
Re: [PATCH] ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
Posted by Takashi Iwai 2 months ago
On Thu, 31 Jul 2025 10:15:59 +0200,
noble228@gmail.com wrote:
> 
> From: "noble.yang" <noble.yang@comtrue-inc.com>
> 

Could you fill the patch description?  You already wrote enough
information in the original post, and put the text here.

> --- 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 */

The indentation doesn't look right.  Try to use tabs.


thanks,

Takashi