summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra20_spdif.h
diff options
context:
space:
mode:
authorStephen Warren2012-04-13 20:14:07 +0200
committerMark Brown2012-04-13 20:16:53 +0200
commit5939ae74753ceda976732899bef71f99ffea6ea5 (patch)
tree8226f5a9a601ae1fd86a37be1f6f720974e92e53 /sound/soc/tegra/tegra20_spdif.h
parentASoC: convert Tegra20 I2S driver to regmap (diff)
downloadkernel-qcow2-linux-5939ae74753ceda976732899bef71f99ffea6ea5.tar.gz
kernel-qcow2-linux-5939ae74753ceda976732899bef71f99ffea6ea5.tar.xz
kernel-qcow2-linux-5939ae74753ceda976732899bef71f99ffea6ea5.zip
ASoC: convert Tegra20 SPDIF driver to regmap
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra20_spdif.h')
-rw-r--r--sound/soc/tegra/tegra20_spdif.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.h b/sound/soc/tegra/tegra20_spdif.h
index 823af4c6bb7c..ed756527efea 100644
--- a/sound/soc/tegra/tegra20_spdif.h
+++ b/sound/soc/tegra/tegra20_spdif.h
@@ -464,8 +464,7 @@ struct tegra20_spdif {
struct clk *clk_spdif_out;
struct tegra_pcm_dma_params capture_dma_data;
struct tegra_pcm_dma_params playback_dma_data;
- void __iomem *regs;
- struct dentry *debug;
+ struct regmap *regmap;
u32 reg_ctrl;
};