From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH] ASoC: sh: fsi-ak4642: Add FSI port and ak464x selection Date: Tue, 30 Nov 2010 14:56:48 +0900 Message-ID: <20101130055648.GB17114@linux-sh.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from master.linux-sh.org (124x34x33x190.ap124.ftth.ucom.ne.jp [124.34.33.190]) by alsa0.perex.cz (Postfix) with ESMTP id C87C42415C for ; Tue, 30 Nov 2010 06:57:49 +0100 (CET) Content-Disposition: inline In-Reply-To: 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: Kuninori Morimoto Cc: Linux-ALSA , Mark Brown , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Nov 30, 2010 at 11:32:04AM +0900, Kuninori Morimoto wrote: > Current FSI-Ak4642 device had niche settings which were > FSI2-A-AK4643 and FSI-A-AK4642. > This patch add platform_device_id which can control > FSI/FSI2, PortA/PortB, AK4642/AK4643 from platform data. > > Signed-off-by: Kuninori Morimoto > --- > arch/arm/mach-shmobile/board-ap4evb.c | 5 + > arch/sh/boards/mach-se/7724/setup.c | 5 + > sound/soc/sh/fsi-ak4642.c | 133 ++++++++++++++++++++++++++++++--- > 3 files changed, 131 insertions(+), 12 deletions(-) > Acked-by: Paul Mundt