From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH][ASoC V2] Update snd_soc_card_get_codec() to take the codec number Date: Fri, 6 Jun 2008 21:00:47 +0100 Message-ID: <20080606200047.GA3989@opensource.wolfsonmicro.com> References: <1212768105-20738-1-git-send-email-timur@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 5B83A244D7 for ; Fri, 6 Jun 2008 22:00:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1212768105-20738-1-git-send-email-timur@freescale.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: Timur Tabi Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, Jun 06, 2008 at 11:01:45AM -0500, Timur Tabi wrote: > Update function snd_soc_card_get_codec() and all the drivers that call it > to take a codec number in addition to a codec name. This is necessary for > codec drivers that register multiple instances of themselves that differ > only by codec number. > > Signed-off-by: Timur Tabi Looks good - thanks!