From mboxrd@z Thu Jan 1 00:00:00 1970 From: mad_soft@inbox.ru (Dmitry Artamonow) Date: Tue, 24 May 2011 13:35:52 +0400 Subject: [alsa-devel] [PATCH v3 3/3] pxa/hx4700: add platform device and I2C info for AK4641 codec In-Reply-To: <1305732311-17639-4-git-send-email-mad_soft@inbox.ru> References: <1305732311-17639-1-git-send-email-mad_soft@inbox.ru> <1305732311-17639-4-git-send-email-mad_soft@inbox.ru> Message-ID: <20110524093552.GA27496@rainbow> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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