7 Feb
2011
7 Feb
'11
12:50 p.m.
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.