From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v3] ASoC: omap: convert per-board modules to platform drivers Date: Fri, 9 Sep 2011 09:15:52 -0700 Message-ID: <20110909161551.GC3515@opensource.wolfsonmicro.com> References: <1315568332-10224-1-git-send-email-mans.rullgard@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1315568332-10224-1-git-send-email-mans.rullgard@linaro.org> 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: Mans Rullgard Cc: alsa-devel@alsa-project.org, Russell King , Tony Lindgren , linux-kernel@vger.kernel.org, Takashi Iwai , linaro-dev@lists.linaro.org, linux-omap@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On Fri, Sep 09, 2011 at 12:38:51PM +0100, Mans Rullgard wrote: > This converts the per-board modules to platform drivers for a > device created by in main platform setup. These drivers call > snd_soc_register_card() directly instead of going via a "soc-audio" > device and the corresponding driver in soc-core. > > Signed-off-by: Mans Rullgard Acked-by: Mark Brown