diff mbox

ALSA: usb-audio: add MAYA44 USB+ mixer control names

Message ID 556ECAAA.1080008@ladisch.de (mailing list archive)
State Accepted
Commit 044bddb9ca8d49edb91bc22b9940a463b0dbb97f
Headers show

Commit Message

Clemens Ladisch June 3, 2015, 9:36 a.m. UTC
Add mixer control names for the ESI Maya44 USB+ (which appears to be
identical width the AudioTrak Maya44 USB).

Reported-by: nightmixes <nightmixes@gmail.com>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

Comments

Takashi Iwai June 3, 2015, 12:02 p.m. UTC | #1
At Wed, 03 Jun 2015 11:36:42 +0200,
Clemens Ladisch wrote:
> 
> Add mixer control names for the ESI Maya44 USB+ (which appears to be
> identical width the AudioTrak Maya44 USB).
> 
> Reported-by: nightmixes <nightmixes@gmail.com>
> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

Applied, thanks.


Takashi

> --- a/sound/usb/mixer_maps.c
> +++ b/sound/usb/mixer_maps.c
> @@ -437,6 +437,11 @@ static struct usbmix_ctl_map usbmix_ctl_
>  		.map = ebox44_map,
>  	},
>  	{
> +		/* MAYA44 USB+ */
> +		.id = USB_ID(0x2573, 0x0008),
> +		.map = maya44_map,
> +	},
> +	{
>  		/* KEF X300A */
>  		.id = USB_ID(0x27ac, 0x1000),
>  		.map = scms_usb3318_map,
>
diff mbox

Patch

--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -437,6 +437,11 @@  static struct usbmix_ctl_map usbmix_ctl_
 		.map = ebox44_map,
 	},
 	{
+		/* MAYA44 USB+ */
+		.id = USB_ID(0x2573, 0x0008),
+		.map = maya44_map,
+	},
+	{
 		/* KEF X300A */
 		.id = USB_ID(0x27ac, 0x1000),
 		.map = scms_usb3318_map,