summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 13:43:57 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 13:43:57 +1100
commite47528e51a7f82c44c72208f378f3b196fb44d52 (patch)
tree16c710bce1a06fa72bc7da67daf3a5c9f9531c48 /arch
parentfdba1c13bf39f614a548a7ae6979b62f78d11b6f (diff)
parent878ff2fcd580bc8f72877910f2ce78bd0c489273 (diff)
Merge commit 'sound/for-next'
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/include/mach/palmasoc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/palmasoc.h b/arch/arm/mach-pxa/include/mach/palmasoc.h
new file mode 100644
index 000000000000..6c4b1f7de20a
--- /dev/null
+++ b/arch/arm/mach-pxa/include/mach/palmasoc.h
@@ -0,0 +1,13 @@
+#ifndef _INCLUDE_PALMASOC_H_
+#define _INCLUDE_PALMASOC_H_
+struct palm27x_asoc_info {
+ int jack_gpio;
+};
+
+#ifdef CONFIG_SND_PXA2XX_SOC_PALM27X
+void __init palm27x_asoc_set_pdata(struct palm27x_asoc_info *data);
+#else
+static inline void palm27x_asoc_set_pdata(struct palm27x_asoc_info *data) {}
+#endif
+
+#endif