Re: [PATCH 2/7] ASoC: neo1973_wm8753: Move lm4857 specefic code toits own module

From: Mark Brown
Date: Mon Feb 07 2011 - 06:50:27 EST


On Mon, Feb 07, 2011 at 12:04:18AM +0100, Lars-Peter Clausen wrote:

> +int lm4857_add_controls(struct snd_soc_codec *codec)
> +{
> + return snd_soc_add_controls(codec, lm4857_controls,
> + ARRAY_SIZE(lm4857_controls));
> +}
> +EXPORT_SYMBOL_GPL(lm4857_add_controls);

If you're moving this into a standalone driver it should be updated to
register as a CODEC.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/