From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] WM8750: Convert to new API Date: Mon, 29 Mar 2010 13:48:09 +0100 Message-ID: <20100329124808.GA8434@rakim.wolfsonmicro.main> References: <1269613142-23942-1-git-send-email-marek.vasut@gmail.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 3AA2624347 for ; Mon, 29 Mar 2010 14:48:14 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1269613142-23942-1-git-send-email-marek.vasut@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: Marek Vasut Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, Mar 26, 2010 at 03:19:02PM +0100, Marek Vasut wrote: > Register the WM8750 as a SPI or I2C device. This patch mostly shuffles code > around. Hugely inspired by WM8753 which was already converted. > > Signed-off-by: Marek Vasut This all looks good but we need the machine driver updates pulling out the registration too. Like I say, wm8731 had the same problem. The use of snd_soc_register_dais() with just one DAI is a bit odd but not a problem.