diff options
author | Lucas Stach <dev@lynxeye.de> | 2014-03-18 21:30:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-25 18:54:50 +0000 |
commit | 1ca2e8474df3626f8d64d23420f8bd16bcef2448 (patch) | |
tree | 310ea6df13d36aa0f9422efe6be45d3113239e92 /sound/soc/tegra/tegra20_ac97.h | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | linux-1ca2e8474df3626f8d64d23420f8bd16bcef2448.tar.bz2 |
ASoC: tegra: move AC97 clock handling to the machine driver
On Tegra the convention is to have a single machine driver
that's controlling the whole audio subsystem.
Move the clock handling to the machine driver, to be in line
with the other Tegra drivers and give the machine driver
full control over the single Tegra audio PLL.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/tegra/tegra20_ac97.h')
-rw-r--r-- | sound/soc/tegra/tegra20_ac97.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_ac97.h b/sound/soc/tegra/tegra20_ac97.h index 4acb3aaba29b..0a39d823edcb 100644 --- a/sound/soc/tegra/tegra20_ac97.h +++ b/sound/soc/tegra/tegra20_ac97.h @@ -90,6 +90,5 @@ struct tegra20_ac97 { struct regmap *regmap; int reset_gpio; int sync_gpio; - struct tegra_asoc_utils_data util_data; }; #endif /* __TEGRA20_AC97_H__ */ |