summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_soc.h')
-rw-r--r--sound/soc/tegra/tegra_soc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_soc.h b/sound/soc/tegra/tegra_soc.h
index c9ef76acebc0..83b462779ce6 100644
--- a/sound/soc/tegra/tegra_soc.h
+++ b/sound/soc/tegra/tegra_soc.h
@@ -96,7 +96,6 @@ struct tegra_runtime_data {
struct clk *i2s_clk;
struct clk *dap_mclk;
struct clk *audio_sync_clk;
- struct i2s_runtime_data i2s_regs;
};
struct tegra_audio_data {
@@ -109,4 +108,9 @@ struct tegra_audio_data {
int tegra_controls_init(struct snd_soc_codec *codec);
void tegra_controls_exit(void);
+int setup_dma_request(struct snd_pcm_substream *substream,
+ struct tegra_dma_req *req,
+ void (*dma_callback)(struct tegra_dma_req *req),
+ void *dma_data);
+
#endif