[alsa-devel] [PATCH 1/7] ASoC: i.MX31ads: initialize only on correct machine
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Nov 4 19:51:36 CET 2010
On Thu, Nov 04, 2010 at 05:05:39PM +0100, Sascha Hauer wrote:
> + if (!machine_is_mx31ads())
> + return 0;
> +
As previously discussed we need a better check than this - most of these
machines won't have a 1133-EV1 PMIC module on them. Better to convert
the driver to instantiate from a platform device...
More information about the Alsa-devel
mailing list