ASoC: Tegra: Move utilities to separate module
authorStephen Warren <swarren@nvidia.com>
Wed, 23 Feb 2011 00:23:56 +0000 (17:23 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 25 Feb 2011 11:44:46 +0000 (11:44 +0000)
commita3cd50deef7ba7df506af5347764a00b4621d7a7
tree91233c2918ed32cbfc1defcc218e15e6da7ec7f0
parent67f5ed6e716bf9b574c8cbe04765171de5d4d0fe
ASoC: Tegra: Move utilities to separate module

The utilities will be required by every machine driver. Including the
utility object directly into every machine driver causes a build failure
if the modules are actually built into the kernel, since each will define
the symbols exported by the utility file. Solve this by moving the
utility object into a separate module.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/Makefile
sound/soc/tegra/tegra_asoc_utils.c