summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_i2s.h
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2011-11-11 17:01:45 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:08 -0800
commit5c68d67b98772244fdedb056e85c1a9cdf381325 (patch)
treefdf461e07872556f2e691f74975fe28a839d7a4d /sound/soc/tegra/tegra30_i2s.h
parentdd717632cb06bfef0ece42a7e45e8c5712943261 (diff)
ASoC: tegra: max98088 machine: connect playback path via the dam
default playback path is established through the dam so as to support mixing of system sounds during voice call and also playing of connection and disconnection tones Bug: 862023 Change-Id: Ia055e7372f4ca18d038db483c3657ee4bbbfb6ca Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: http://git-master/r/63816 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Rebase-Id: R38a4b7b469f5c8cffdc9c53a4a1fb07c13b5a531
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.h')
-rw-r--r--sound/soc/tegra/tegra30_i2s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.h b/sound/soc/tegra/tegra30_i2s.h
index f5fe090f0100..16af6bc75491 100644
--- a/sound/soc/tegra/tegra30_i2s.h
+++ b/sound/soc/tegra/tegra30_i2s.h
@@ -242,6 +242,8 @@ struct tegra30_i2s {
struct dentry *debug;
u32 reg_ctrl;
u32 reg_ch_ctrl;
+ int dam_ifc;
+ int dam_ch_refcount;
int playback_ref_count;
bool is_dam_used;
};