summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_i2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.h')
-rw-r--r--sound/soc/tegra/tegra30_i2s.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.h b/sound/soc/tegra/tegra30_i2s.h
index b7835277a037..f5fe090f0100 100644
--- a/sound/soc/tegra/tegra30_i2s.h
+++ b/sound/soc/tegra/tegra30_i2s.h
@@ -228,6 +228,9 @@
#define TEGRA30_I2S_LCOEF_COEF_MASK_US 0xffff
#define TEGRA30_I2S_LCOEF_COEF_MASK (TEGRA30_I2S_LCOEF_COEF_MASK_US << TEGRA30_I2S_LCOEF_COEF_SHIFT)
+/* Number of i2s controllers*/
+#define TEGRA30_NR_I2S_IFC 5
+
struct tegra30_i2s {
int id;
struct clk *clk_i2s;
@@ -239,6 +242,8 @@ struct tegra30_i2s {
struct dentry *debug;
u32 reg_ctrl;
u32 reg_ch_ctrl;
+ int playback_ref_count;
+ bool is_dam_used;
};
#endif