ALSA: usb-audio: add the quirk for KT0206 device
commit 696b66ac26
upstream.
Add relevant information to the quirks-table.h file.
The test passes and the sound source file plays normally.
Signed-off-by: wangdicheng <wangdicheng@kylinos.cn>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/SG2PR02MB587849631CB96809CF90DBED8A1A9@SG2PR02MB5878.apcprd02.prod.outlook.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
67fd112b4b
commit
80202ef4f7
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue