summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/ux500_ab5500.h
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
commitfef3d2453378a4bbd73c72d4764ea1334c24cb18 (patch)
tree49da1daf4c7d5cbce4010b7ef0c9094d46d52838 /sound/soc/ux500/ux500_ab5500.h
parent79650543698457406d093c534ae17da2e48f6cd0 (diff)
parent0472378e1e80bfc3f915f5b46935c87216111294 (diff)
Merge topic branch 'audio' into integration-linux-ux500-3.3
Diffstat (limited to 'sound/soc/ux500/ux500_ab5500.h')
-rwxr-xr-xsound/soc/ux500/ux500_ab5500.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_ab5500.h b/sound/soc/ux500/ux500_ab5500.h
new file mode 100755
index 00000000000..8a9be4b98d0
--- /dev/null
+++ b/sound/soc/ux500/ux500_ab5500.h
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2011
+ *
+ * Author: Xie Xiaolei (xie.xiaolei@stericsson.com)
+ * for ST-Ericsson.
+ *
+ * License terms:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation.
+ */
+
+#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);
+
+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