From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [PATCH][ALSA] usbmidi support for Access Music synths. Date: Tue, 16 Feb 2010 09:34:33 +0100 Message-ID: <4B7A5899.4000400@ladisch.de> References: <4B726306.8070506@gmail.com> <4B7274BA.3040801@ladisch.de> <4B73B96A.9040006@gmail.com> <4B73C3EC.2040606@ladisch.de> <4B745D00.5060201@gmail.com> <4B751E34.1000703@ladisch.de> <4B7A4BEF.1030005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by alsa0.perex.cz (Postfix) with ESMTP id 52EAF24602 for ; Tue, 16 Feb 2010 09:34:35 +0100 (CET) In-Reply-To: <4B7A4BEF.1030005@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Sebastien Alaiwan Cc: Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org Sebastien Alaiwan wrote: > Clemens Ladisch wrote: >> Sebastien Alaiwan wrote: >>> How can I inform the >>> snd-usb-audio driver that the USB interface 4 should be left alone? >> >> With a QUIRK_IGNORE_INTERFACE for that interface. This means you need >> QUIRK_COMPOSITE again. > > Ok, this is done. > Here's an updated patch. Applied; thanks! Clemens