From: wangdicheng <wangdicheng@xxxxxxxxxx> Add relevant information to the quirks-table.h file. The test passes and the sound source file plays normally. Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: wangdicheng <wangdicheng@xxxxxxxxxx> --- sound/usb/quirks-table.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 874fcf245747..24b8d4fc87c4 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2801,6 +2801,12 @@ YAMAHA_DEVICE(0x7010, "UB99"), .idVendor = 0x17cc, .idProduct = 0x1020, }, +{ + /* Ktmicro Usb_audio */ + .match_flags = USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x31b2, + .idProduct = 0x0011, +}, /* QinHeng devices */ { -- 2.25.1