[alsa-devel] [PATCH 2/7] ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Feb 7 12:50:21 CET 2011
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.
More information about the Alsa-devel
mailing list