mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
ALSA: usb-audio: Add quirk entry for M-Audio Micro
commit 2f01a612d4
upstream.
M-Audio Micro (0762:201a) defines the descriptor as vendor-specific,
while the content seems class-compliant. Just overriding the probe
makes the device working.
Reported-by: Ash Logan <ash@heyquark.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/7ecd4417-d860-4773-c1c1-b07433342390@heyquark.com
Link: https://lore.kernel.org/r/20221108140721.24248-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
08957700cd
commit
f72801d5c3
1 changed files with 4 additions and 0 deletions
|
@ -2049,6 +2049,10 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* M-Audio Micro */
|
||||||
|
USB_DEVICE_VENDOR_SPEC(0x0763, 0x201a),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030),
|
USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030),
|
||||||
.driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
|
.driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue