summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_ahub.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_ahub.c')
-rw-r--r--sound/soc/tegra/tegra30_ahub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index 98995bc58351..a6f3c6ed1625 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -216,6 +216,7 @@ int tegra30_ahub_rx_fifo_is_empty(int i2s_id)
val &= mask;
return val;
}
+EXPORT_SYMBOL(tegra30_ahub_rx_fifo_is_empty);
int tegra30_ahub_tx_fifo_is_empty(int i2s_id)
{
@@ -227,6 +228,7 @@ int tegra30_ahub_tx_fifo_is_empty(int i2s_id)
return val;
}
+EXPORT_SYMBOL(tegra30_ahub_tx_fifo_is_empty);
int tegra30_ahub_dam_ch0_is_enabled(int dam_id)
@@ -280,6 +282,7 @@ int tegra30_ahub_dam_ch0_is_empty(int dam_id)
return val;
}
+EXPORT_SYMBOL(tegra30_ahub_dam_ch0_is_empty);
int tegra30_ahub_dam_ch1_is_empty(int dam_id)
{
@@ -292,6 +295,7 @@ int tegra30_ahub_dam_ch1_is_empty(int dam_id)
return val;
}
+EXPORT_SYMBOL(tegra30_ahub_dam_ch1_is_empty);
int tegra30_ahub_dam_tx_is_empty(int dam_id)
{
@@ -304,6 +308,7 @@ int tegra30_ahub_dam_tx_is_empty(int dam_id)
return val;
}
+EXPORT_SYMBOL(tegra30_ahub_dam_tx_is_empty);
int tegra30_ahub_set_rx_fifo_pack_mode(enum tegra30_ahub_rxcif rxcif,