From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Mika Westerberg <mika.westerberg@iki.fi>
Cc: alsa-devel@alsa-project.org, martinwguy@gmail.com,
broonie@opensource.wolfsonmicro.com,
hsweeten@visionengravers.com, ryan@bluewatersys.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/3] ASoC AC97 audio support for ep93xx
Date: Fri, 15 Oct 2010 10:57:19 +0100 [thread overview]
Message-ID: <1287136639.3271.3.camel@odin> (raw)
In-Reply-To: <cover.1287066937.git.mika.westerberg@iki.fi>
On Thu, 2010-10-14 at 17:49 +0300, Mika Westerberg wrote:
> Hi,
>
> This series adds AC97 audio support for Cirrus Logic EP93xx family SoCs. Example
> machine driver is for Simplemachines Sim.One (which is the only hardware that I
> have which has AC97 codec).
>
> Changes the previous version:
> - rebased against latest ASoC tree (added support for
> multicomponent ASoC)
> - fixed according comments by Mark Brown
> - patch 1/4 (DMA fix) is now in ARM tree so dropped from
> this series.
>
> Thanks,
> MW
>
> Mika Westerberg (3):
> ASoC: add ep93xx AC97 audio driver
> ARM: ep93xx: add AC97 platform support
> ASoC: ep93xx: add Simplemachines Sim.One AC97 audio support
>
> arch/arm/mach-ep93xx/core.c | 34 ++
> arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 1 +
> arch/arm/mach-ep93xx/include/mach/platform.h | 1 +
> arch/arm/mach-ep93xx/simone.c | 1 +
> sound/soc/ep93xx/Kconfig | 16 +-
> sound/soc/ep93xx/Makefile | 4 +
> sound/soc/ep93xx/ep93xx-ac97.c | 468 +++++++++++++++++++++++
> sound/soc/ep93xx/simone.c | 89 +++++
> 8 files changed, 613 insertions(+), 1 deletions(-)
> create mode 100644 sound/soc/ep93xx/ep93xx-ac97.c
> create mode 100644 sound/soc/ep93xx/simone.c
All
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
WARNING: multiple messages have this Message-ID (diff)
From: lrg@slimlogic.co.uk (Liam Girdwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH v3 0/3] ASoC AC97 audio support for ep93xx
Date: Fri, 15 Oct 2010 10:57:19 +0100 [thread overview]
Message-ID: <1287136639.3271.3.camel@odin> (raw)
In-Reply-To: <cover.1287066937.git.mika.westerberg@iki.fi>
On Thu, 2010-10-14 at 17:49 +0300, Mika Westerberg wrote:
> Hi,
>
> This series adds AC97 audio support for Cirrus Logic EP93xx family SoCs. Example
> machine driver is for Simplemachines Sim.One (which is the only hardware that I
> have which has AC97 codec).
>
> Changes the previous version:
> - rebased against latest ASoC tree (added support for
> multicomponent ASoC)
> - fixed according comments by Mark Brown
> - patch 1/4 (DMA fix) is now in ARM tree so dropped from
> this series.
>
> Thanks,
> MW
>
> Mika Westerberg (3):
> ASoC: add ep93xx AC97 audio driver
> ARM: ep93xx: add AC97 platform support
> ASoC: ep93xx: add Simplemachines Sim.One AC97 audio support
>
> arch/arm/mach-ep93xx/core.c | 34 ++
> arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 1 +
> arch/arm/mach-ep93xx/include/mach/platform.h | 1 +
> arch/arm/mach-ep93xx/simone.c | 1 +
> sound/soc/ep93xx/Kconfig | 16 +-
> sound/soc/ep93xx/Makefile | 4 +
> sound/soc/ep93xx/ep93xx-ac97.c | 468 +++++++++++++++++++++++
> sound/soc/ep93xx/simone.c | 89 +++++
> 8 files changed, 613 insertions(+), 1 deletions(-)
> create mode 100644 sound/soc/ep93xx/ep93xx-ac97.c
> create mode 100644 sound/soc/ep93xx/simone.c
All
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
next prev parent reply other threads:[~2010-10-15 9:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 14:49 [PATCH v3 0/3] ASoC AC97 audio support for ep93xx Mika Westerberg
2010-10-14 14:49 ` Mika Westerberg
2010-10-14 14:49 ` [PATCH v3 1/3] ASoC: add ep93xx AC97 audio driver Mika Westerberg
2010-10-14 14:49 ` Mika Westerberg
2010-10-14 14:49 ` [PATCH v3 2/3] ARM: ep93xx: add AC97 platform support Mika Westerberg
2010-10-14 14:49 ` Mika Westerberg
2010-10-14 19:56 ` Ryan Mallon
2010-10-14 19:56 ` Ryan Mallon
2010-10-14 21:46 ` H Hartley Sweeten
2010-10-14 21:46 ` H Hartley Sweeten
2010-10-14 21:57 ` Ryan Mallon
2010-10-14 21:57 ` Ryan Mallon
2010-10-14 22:07 ` H Hartley Sweeten
2010-10-14 22:07 ` H Hartley Sweeten
2010-10-14 14:49 ` [PATCH v3 3/3] ASoC: ep93xx: add Simplemachines Sim.One AC97 audio support Mika Westerberg
2010-10-14 14:49 ` Mika Westerberg
2010-10-15 9:57 ` Liam Girdwood [this message]
2010-10-15 9:57 ` [alsa-devel] [PATCH v3 0/3] ASoC AC97 audio support for ep93xx Liam Girdwood
2010-10-15 10:39 ` Mark Brown
2010-10-15 10:39 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1287136639.3271.3.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=hsweeten@visionengravers.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=martinwguy@gmail.com \
--cc=mika.westerberg@iki.fi \
--cc=ryan@bluewatersys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.