From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: usb-audio: add MAYA44 USB+ mixer control names Date: Wed, 03 Jun 2015 14:02:32 +0200 Message-ID: References: <5552F162.8000309@googlemail.com> <5559AD0A.6060709@googlemail.com> <555C4A38.7030005@googlemail.com> <555D840D.1060000@googlemail.com> <555EDCB4.8040507@googlemail.com> <556ECAAA.1080008@ladisch.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id DE4CC2659CE for ; Wed, 3 Jun 2015 14:02:32 +0200 (CEST) In-Reply-To: <556ECAAA.1080008@ladisch.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Clemens Ladisch Cc: alsa-devel@alsa-project.org, nightmixes List-Id: alsa-devel@alsa-project.org 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 > Signed-off-by: Clemens Ladisch 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, >