ASoC: tegra: always use clk_get() in utility code
authorStephen Warren <swarren@nvidia.com>
Mon, 13 May 2013 19:26:12 +0000 (13:26 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 May 2013 04:45:11 +0000 (08:45 +0400)
commit110147c8c5136e1768a382da8896cf7f8b518982
tree3d4211833d4cce495ca26669749f821ee497a84d
parentf722406faae2d073cc1d01063d1123c35425939e
ASoC: tegra: always use clk_get() in utility code

Now that all of the Tegra device trees have been updated to represent
the required audio clocks, remove the compatibility code from the Tegra
ASoC utility code, and always use clk_get() rather than clk_get_sys().

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_asoc_utils.c
This page took 0.026956 seconds and 5 git commands to generate.