mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
Add quirk entry for SmartlinkTechnology M01 USB microphone to enable the standard mixer interface. Signed-off-by: Juan Pablo Fuentealba Bizama <jpfuentealbabizama@gmail.com> Link: https://patch.msgid.link/20260416191149.12088-1-jpfuentealbabizama@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3c318f97dc
commit
d1aa2b9aad
|
|
@ -3772,6 +3772,18 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
/*
|
||||
* SmartlinkTechnology M01
|
||||
* USB audio device that needs standard mixer quirk
|
||||
*/
|
||||
USB_DEVICE(0x301a, 0x159b),
|
||||
QUIRK_DRIVER_INFO {
|
||||
.vendor_name = "SmartlinkTechnology",
|
||||
.product_name = "M01",
|
||||
QUIRK_DATA_STANDARD_MIXER(QUIRK_ANY_INTERFACE)
|
||||
}
|
||||
},
|
||||
#define QUIRK_RME_DIGIFACE(pid) \
|
||||
{ \
|
||||
/* Only claim interface 0 */ \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user