From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 3/3] ASoC: sh: fsi: Add snd_soc_dai_set_fmt support Date: Wed, 12 Jan 2011 14:53:02 +0000 Message-ID: <20110112145302.GA14870@opensource.wolfsonmicro.com> References: 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 7E2A4103803 for ; Wed, 12 Jan 2011 15:52:48 +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 , Paul Mundt , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Jan 12, 2011 at 03:24:45PM +0900, Kuninori Morimoto wrote: > This patch add snd_soc_dai_ops :: set_fmt to FSI driver and > select master/slave clock mode by snd_soc_dai_set_fmt on > fsi-xxx.c instead of platform infomation code. > This patch remove fsi_is_master function which is no longer needed. > > Signed-off-by: Kuninori Morimoto > --- > arch/arm/mach-shmobile/board-ap4evb.c | 2 - > arch/arm/mach-shmobile/board-mackerel.c | 2 - This doesn't apply, board-mackarel is only going into mainline during the merge window so it's not yet merged into the ASoC tree. Please resubmit after the merge window is over, including Liam's ack if there are no code changes when you do so.