From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Artamonow Subject: Re: [PATCH v3 3/3] pxa/hx4700: add platform device and I2C info for AK4641 codec Date: Tue, 24 May 2011 13:35:52 +0400 Message-ID: <20110524093552.GA27496@rainbow> References: <1305732311-17639-1-git-send-email-mad_soft@inbox.ru> <1305732311-17639-4-git-send-email-mad_soft@inbox.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp4.mail.ru (smtp4.mail.ru [94.100.176.44]) by alsa0.perex.cz (Postfix) with ESMTP id E9355103850 for ; Tue, 24 May 2011 11:35:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1305732311-17639-4-git-send-email-mad_soft@inbox.ru> 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: Eric Miao Cc: alsa-devel@alsa-project.org, Mark Brown , linux-kernel@vger.kernel.org, Harald Welte , Philipp Zabel , Paul Parsons , linux-arm-kernel@lists.infradead.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org Hi, Eric! What about this patch? Can you merge it through PXA tree or give an ack to Mark for merging through ASoC tree? Patches 1 and 2 already hit Linus' tree, so the only piece is missing is this tiny platform device glue. It would be nice to have working audio on hx4700 in 2.6.40 (or 3.0 - whatever Linus will call it). On 19:25 Wed 18 May , Dmitry Artamonow wrote: > Also rename AK4641 power GPIOs to document the codec chip. > > Signed-off-by: Philipp Zabel > Signed-off-by: Dmitry Artamonow > --- > arch/arm/mach-pxa/hx4700.c | 25 +++++++++++++++++++++++++ > arch/arm/mach-pxa/include/mach/hx4700.h | 4 ++-- > 2 files changed, 27 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c > index 6de0ad0..4a569f7 100644 > --- a/arch/arm/mach-pxa/hx4700.c > +++ b/arch/arm/mach-pxa/hx4700.c > @@ -45,6 +45,7 @@ > #include > #include > > +#include > #include