[alsa-devel] [PATCH 2/4] pxa2xx-ac97-lib: support building for several CPUs

Mark Brown broonie at sirena.org.uk
Thu Sep 11 17:04:13 CEST 2008


On Wed, Sep 10, 2008 at 05:01:18AM +0400, Dmitry Baryshkov wrote:

> +#endif
> +#ifdef CONFIG_PXA3XX
> +	if (cpu_is_pxa3xx())
> +		pxa_ac97_warm_pxa3xx();
> +	else
> +#endif

Typo, should be CONFIG_PXA3xx (and also in cold reset).  Again, I've
fixed that up locally.  However, PXA3xx support seems broken in some
other way, it fails during init - I'll debug this and post updated
patches.


More information about the Alsa-devel mailing list