From: wangdicheng wangdicheng@kylinos.cn
Add relevant information to the quirks-table.h file. The test passes and the sound source file plays normally.
Cc: stable@vger.kernel.org
Signed-off-by: wangdicheng wangdicheng@kylinos.cn --- 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 */ {
On Fri, Dec 02, 2022 at 03:49:34PM +0800, Dicheng Wang wrote:
From: wangdicheng wangdicheng@kylinos.cn
Add relevant information to the quirks-table.h file. The test passes and the sound source file plays normally.
Cc: stable@vger.kernel.org
Signed-off-by: wangdicheng wangdicheng@kylinos.cn
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
<formletter>
This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.
</formletter>
linux-stable-mirror@lists.linaro.org