commit | 49e3c6418ba480d95a05814cceecc0eda8545179 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 29 19:18:26 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Wed Apr 30 20:32:20 2014 -0700 |
tree | 4744ce384e300359f111d2358f6784535e7a852b | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 [diff] |
ASoC: nuc900: export nuc900_ac97_data The symbol "nuc900_ac97_data" is used by the nuc900_pcm driver, which may be a loadable module, so we should export it. If one tries to build SND_SOC_NUC900 without SND_SOC_NUC900_AC97, the kernel fails to link because of the reference to nuc900_ac97_data. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>