Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0243ef71 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] usb-audio: add Casio AP-80R support



Modules: USB generic driver

Add a quirk for the Casio AP-80R.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent c1fc8047
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1406,6 +1406,17 @@ YAMAHA_DEVICE(0x7010, "UB99"),
	}
},

/* Casio devices */
{
	USB_DEVICE(0x07cf, 0x6802),
	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
		.vendor_name = "Casio",
		.product_name = "AP-80R",
		.ifnum = 0,
		.type = QUIRK_MIDI_YAMAHA
	}
},

/* Mark of the Unicorn devices */
{
	/* thanks to Robert A. Lerche <ral 'at' msbit.com> */