From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755597Ab1EXJf7 (ORCPT ); Tue, 24 May 2011 05:35:59 -0400 Received: from smtp4.mail.ru ([94.100.176.44]:34063 "EHLO smtp4.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754344Ab1EXJf5 (ORCPT ); Tue, 24 May 2011 05:35:57 -0400 Date: Tue, 24 May 2011 13:35:52 +0400 From: Dmitry Artamonow To: Eric Miao Cc: Mark Brown , Liam Girdwood , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Harald Welte , Philipp Zabel , Paul Parsons , linux-arm-kernel@lists.infradead.org Subject: Re: [alsa-devel] [PATCH v3 3/3] pxa/hx4700: add platform device and I2C info for AK4641 codec 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-Disposition: inline In-Reply-To: <1305732311-17639-4-git-send-email-mad_soft@inbox.ru> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam: Not detected X-Mras: Ok Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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