summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/ux500_ab5500.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/ux500/ux500_ab5500.h')
-rwxr-xr-x[-rw-r--r--]sound/soc/ux500/ux500_ab5500.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_ab5500.h b/sound/soc/ux500/ux500_ab5500.h
index ea69f1a048c..8a9be4b98d0 100644..100755
--- a/sound/soc/ux500/ux500_ab5500.h
+++ b/sound/soc/ux500/ux500_ab5500.h
@@ -14,6 +14,8 @@
#ifndef UX500_AB5500_H
#define UX500_AB5500_H
+struct snd_soc_pcm_runtime;
+
int ux500_ab5500_startup(struct snd_pcm_substream *substream);
void ux500_ab5500_shutdown(struct snd_pcm_substream *substream);
@@ -21,4 +23,6 @@ void ux500_ab5500_shutdown(struct snd_pcm_substream *substream);
int ux500_ab5500_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params);
+int ux500_ab5500_machine_codec_init(struct snd_soc_pcm_runtime *runtime);
+
#endif