stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 -next] ALSA:usb-audio:Add the information of KT0206 device driven by USB audio
@ 2022-12-06  9:36 Dicheng Wang
  2022-12-06  9:47 ` wangdicheng
  2022-12-06 12:25 ` Greg KH
  0 siblings, 2 replies; 6+ messages in thread
From: Dicheng Wang @ 2022-12-06  9:36 UTC (permalink / raw)
  To: perex, tiwai, sdoregor, connerknoxpublic, wangdicheng, hahnjo,
	john-linux
  Cc: alsa-devel, linux-kernel, stable

From: wangdicheng <wangdicheng@kylinos.cn>

Cc: stable@vger.kernel.org
Signed-off-by: wangdicheng <wangdicheng@kylinos.cn>
---
v2:use USB_DEVICE_VENDOR_SPEC() suggested by Takashi Iwai

 sound/usb/quirks-table.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 874fcf245747..271884e35003 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -76,6 +76,8 @@
 { USB_DEVICE_VENDOR_SPEC(0x041e, 0x3f0a) },
 /* E-Mu 0204 USB */
 { USB_DEVICE_VENDOR_SPEC(0x041e, 0x3f19) },
+/* Ktmicro Usb_audio device */
+{ USB_DEVICE_VENDOR_SPEC(0x31b2, 0x0011) },
 
 /*
  * Creative Technology, Ltd Live! Cam Sync HD [VF0770]
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-07  7:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06  9:36 [PATCH v2 -next] ALSA:usb-audio:Add the information of KT0206 device driven by USB audio Dicheng Wang
2022-12-06  9:47 ` wangdicheng
2022-12-06 12:25 ` Greg KH
2022-12-07  3:20   ` [PATCH v3 -next] ALSA:usb-audio:add " Dicheng Wang
2022-12-07  3:21     ` kernel test robot
2022-12-07  7:13     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).