added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / arm / mach-pxa / include / mach / palmasoc.h
blob6c4b1f7de20aa1f7e84bedc127e820e18f50ad21
1 #ifndef _INCLUDE_PALMASOC_H_
2 #define _INCLUDE_PALMASOC_H_
3 struct palm27x_asoc_info {
4 int jack_gpio;
5 };
7 #ifdef CONFIG_SND_PXA2XX_SOC_PALM27X
8 void __init palm27x_asoc_set_pdata(struct palm27x_asoc_info *data);
9 #else
10 static inline void palm27x_asoc_set_pdata(struct palm27x_asoc_info *data) {}
11 #endif
13 #endif