commit | 110147c8c5136e1768a382da8896cf7f8b518982 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon May 13 13:26:12 2013 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 14 08:45:11 2013 +0400 |
tree | 3d4211833d4cce495ca26669749f821ee497a84d | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
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>