[alsa-devel] [PATCH] Add Phytec i.MX sound support for AC97
Hi Marc et all,
The following patch adds support for Phytec i.MX boards in AC97 mode. With this patch only some board glue code is missing to enable sound for the first i.MX boards. I'll push the board code through my i.MX tree. Please consider including this patch for -next.
Sascha
On Tue, 2010-02-09 at 11:14 +0100, Sascha Hauer wrote:
Hi Marc et all,
The following patch adds support for Phytec i.MX boards in AC97 mode. With this patch only some board glue code is missing to enable sound for the first i.MX boards. I'll push the board code through my i.MX tree. Please consider including this patch for -next.
Sascha
From 264b0916b712d6cbbcbd2f7b208b1c84b40a3f54 Mon Sep 17 00:00:00 2001
From: Sascha Hauer s.hauer@pengutronix.de Date: Wed, 25 Nov 2009 16:18:28 +0100 Subject: [PATCH 1/6] ASoC: add phycore-ac97 sound support
This patch adds sound support for Phytec PhyCORE / PhyCARD modules in AC97 mode.
Signed-off-by: Sascha Hauer s.hauer@pengutronix.de
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
On Tue, Feb 09, 2010 at 11:14:28AM +0100, Sascha Hauer wrote:
Hi Marc et all,
Mar*k*.
The following patch adds support for Phytec i.MX boards in AC97 mode. With this patch only some board glue code is missing to enable sound for the first i.MX boards. I'll push the board code through my i.MX tree. Please consider including this patch for -next.
Sascha
From 264b0916b712d6cbbcbd2f7b208b1c84b40a3f54 Mon Sep 17 00:00:00 2001 From: Sascha Hauer s.hauer@pengutronix.de
Applied but please in future send don't send patches with patch headers in the body and explanatory text before them like this since none of the tools understand this format, the entire body of the e-mail gets read as the commit messsage.
On Tue, Feb 09, 2010 at 11:14:28AM +0100, Sascha Hauer wrote:
config SND_IMX_SOC tristate "SoC Audio for Freecale i.MX CPUs"
- depends on ARCH_MXC && BROKEN
- depends on ARCH_MXC
BTW, this should not be here - we still need to wait for the arch/arm side of things to merge in before the drivers will work.
On Tue, Feb 09, 2010 at 07:53:22PM +0000, Mark Brown wrote:
On Tue, Feb 09, 2010 at 11:14:28AM +0100, Sascha Hauer wrote:
config SND_IMX_SOC tristate "SoC Audio for Freecale i.MX CPUs"
- depends on ARCH_MXC && BROKEN
- depends on ARCH_MXC
BTW, this should not be here - we still need to wait for the arch/arm side of things to merge in before the drivers will work.
I added the corresponding files to my mxc-master branch and they should show up on -next tomorrow. I removed the BROKEN in this patch because I was sure that I add the files during this merge window and because it shouldn't cause compile breakage in the mean time since the driver is not selected in any config. But of course you are right, will do so next time.
Sascha
On Wed, Feb 10, 2010 at 11:24:15AM +0100, Sascha Hauer wrote:
I added the corresponding files to my mxc-master branch and they should show up on -next tomorrow. I removed the BROKEN in this patch because I was sure that I add the files during this merge window and because it shouldn't cause compile breakage in the mean time since the driver is not selected in any config. But of course you are right, will do so next time.
Given the interest in i.MX audio support even stuff that's not there by default is going to raise people's hopes needlessly.
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Sascha Hauer