ASoC: ac97: fixup multi-platform AC'97 module build failure
authorKevin Hilman <khilman@linaro.org>
Fri, 28 Jun 2013 18:17:49 +0000 (11:17 -0700)
committerMark Brown <broonie@linaro.org>
Sat, 29 Jun 2013 12:24:34 +0000 (13:24 +0100)
commitf74b5e253a062004c1d30177f9889501423e403d
tree325d99dea9291fc492cbf60bb59ef96635ad7d0b
parent7685e0165b36ae034dd5e67b7fbbee7e74604f38
ASoC: ac97: fixup multi-platform AC'97 module build failure

commit b047e1cc (ASoC: ac97: Support multi-platform AC'97) introduced
some build failures for modules wanting to access the generic
soc_ac97_ops.  For example:

ERROR: "soc_ac97_ops" [sound/soc/codecs/snd-soc-wm9712.ko] undefined!

To fix, export soc_ac97_ops to modules.

Cc: Mark Brown <broonie@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-core.c