[alsa-devel] i.MX SDMA support
Liam Girdwood
lrg at slimlogic.co.uk
Wed Aug 11 12:09:54 CEST 2010
On Wed, 2010-08-11 at 10:42 +0200, Sascha Hauer wrote:
> On Tue, Aug 10, 2010 at 03:07:43PM +0100, Liam Girdwood wrote:
> > On Tue, 2010-08-10 at 15:15 +0200, Sascha Hauer wrote:
> >
> > > I just looked at the i.MX part in the multi-component update and this
> > > is currently far from being in a working state, so there's still some
> > > work to do before thinking about possible conflicts...
> >
> > Ok, I don't think it's that far off. Everything builds for i.MX and all
> > components should register. The part I can't test is the component
> > probe() and playback/capture.
> >
> > Have you seen an oops ?
>
> Many of them, yes ;)
>
> The following patch puts i.MX (nearly) back into business.
>
Thanks for this.
> if (ssi->flags & IMX_SSI_USE_AC97)
> @@ -706,7 +731,7 @@ static struct platform_driver imx_ssi_driver = {
> .remove = __devexit_p(imx_ssi_remove),
>
> .driver = {
> - .name = "imx-ssi-dai",
> + .name = "imx-ssi",
The reason that the DAI driver name was changed on all platforms to
include a "-dai" suffix was to distinguish the ASoC SSI driver from a
generic SSI serial IO driver (i.e. SSI for non audio users). This is
mainly due to the fact that most audio interfaces on SoC CPUs exist
within a generic serial interface and are also often used for non audio
purposes.
So if this suffix is ok, I guess I would need to update the the
following too ?
arch/arm/mach-mx2/devices.c:418: .name = "imx-ssi", \
arch/arm/mach-mx2/clock_imx27.c:656: _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk)
arch/arm/mach-mx2/clock_imx27.c:657: _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk)
arch/arm/mach-mx3/clock-imx31.c:561: _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk)
arch/arm/mach-mx3/clock-imx31.c:562: _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk)
arch/arm/mach-mx3/clock-imx35.c:467: _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk)
arch/arm/mach-mx3/clock-imx35.c:468: _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk)
arch/arm/mach-mx3/devices.c:565: .name = "imx-ssi",
arch/arm/mach-mx3/devices.c:572: .name = "imx-ssi",
arch/arm/plat-mxc/audmux-v2.c:52: return "imx-ssi.0";
arch/arm/plat-mxc/audmux-v2.c:54: return "imx-ssi.1";
Thanks
Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
More information about the Alsa-devel
mailing list