[alsa-devel] [PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC.

Mark Brown broonie at sirena.org.uk
Fri May 8 12:20:42 CEST 2009


On Thu, May 07, 2009 at 09:38:47PM +0530, Anuj Aggarwal wrote:

> +	if (!machine_is_omap3evm()) {
> +		pr_debug("Not OMAP3 EVM!\n");
> +		return -ENODEV;
> +	}

Since you've said you'll be resubmitting perhaps this should be an error
rather than debug message?


More information about the Alsa-devel mailing list