linux/sound/soc/samsung
Vasily Khoruzhick fd04975563 ASoC: h1940: Fix compilation error due to missing header
Add linux/types.h to fix this compilation error:

In file included from arch/arm/mach-s3c2410/include/mach/gpio-fns.h:27:0,
                 from arch/arm/mach-s3c2410/include/mach/gpio.h:27,
                 from /home/anarsoul/work/pda-linux/linux-next/arch/arm/include/asm/gpio.h:5,
                 from include/linux/gpio.h:18,
                 from sound/soc/samsung/rx1950_uda1380.c:20:
arch/arm/plat-samsung/include/plat/gpio-cfg.h:29:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s3c_gpio_pull_t’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:30:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s5p_gpio_drvstr_t’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:57:2: error: expected specifier-qualifier-list before ‘s3c_gpio_pull_t’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:148:47: error: expected declaration specifiers or ‘...’ before ‘s3c_gpio_pull_t’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:156:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s3c_gpio_getpull’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:175:24: error: expected declaration specifiers or ‘...’ before ‘s3c_gpio_pull_t’
arch/arm/plat-samsung/include/plat/gpio-cfg.h: In function ‘s3c_gpio_cfgrange_nopull’:
arch/arm/plat-samsung/include/plat/gpio-cfg.h:180:47: error: ‘s3c_gpio_pull_t’ undeclared (first use in this function)
arch/arm/plat-samsung/include/plat/gpio-cfg.h:180:47: note: each undeclared identifier is reported only once for each function it appears in
arch/arm/plat-samsung/include/plat/gpio-cfg.h:180:47: error: expected ‘)’ before numeric constant
arch/arm/plat-samsung/include/plat/gpio-cfg.h:180:47: error: too many arguments to function ‘s3c_gpio_cfgall_range’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:174:12: note: declared here
arch/arm/plat-samsung/include/plat/gpio-cfg.h: At top level:
arch/arm/plat-samsung/include/plat/gpio-cfg.h:199:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s5p_gpio_get_drvstr’
arch/arm/plat-samsung/include/plat/gpio-cfg.h:210:50: error: expected declaration specifiers or ‘...’ before ‘s5p_gpio_drvstr_t’

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-08-14 19:22:42 +09:00
..
ac97.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
dma.c ASoC: core - Optimise and refactor pcm_new() to pass only rtd 2011-06-07 18:38:27 +01:00
dma.h ASoC: SAMSUNG: Clean-up DMA header file 2011-01-10 11:38:16 +00:00
goni_wm8994.c ASoC: Don't specify the DMA driver for Goni baseband link 2011-04-28 12:11:06 +01:00
h1940_uda1380.c ASoC: h1940: Fix compilation error due to missing header 2011-08-14 19:22:42 +09:00
i2s-regs.h ASoC: SAMSUNG: Add idma related register definition 2011-06-26 12:05:23 +01:00
i2s.c ASoC: SAMSUNG: Modify I2S driver to support idma 2011-07-20 20:58:07 +01:00
i2s.h
idma.c ASoC: SAMSUNG: Add I2S0 internal dma driver 2011-08-12 09:48:26 +09:00
idma.h ASoC: SAMSUNG: Add I2S0 internal dma driver 2011-08-12 09:48:26 +09:00
jive_wm8750.c ASoC: Fix binding of WM8750 on Jive 2011-08-10 00:17:07 +09:00
Kconfig ASoC: Rename WM8915 to WM8996 2011-08-08 14:30:37 +09:00
ln2440sbc_alc650.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
Makefile ASoC: SAMSUNG: Add I2S0 internal dma driver 2011-08-12 09:48:26 +09:00
neo1973_wm8753.c ASoC: Don't specify the DMA driver for OpenMoko baseband link 2011-04-28 12:11:00 +01:00
pcm.c ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver 2011-04-11 13:15:01 -07:00
pcm.h ASoC: SAMSUNG: Move PCM specific definitions into pcm.c 2011-01-10 11:38:22 +00:00
regs-i2s-v2.h
rx1950_uda1380.c Merge branch 'for-2.6.38' into for-2.6.39 2011-01-13 13:58:23 +00:00
s3c24xx_simtec_hermes.c Merge branch 'for-2.6.38' into for-2.6.39 2011-01-25 15:19:29 +00:00
s3c24xx_simtec_tlv320aic23.c Merge branch 'for-2.6.38' into for-2.6.39 2011-01-25 15:19:29 +00:00
s3c24xx_simtec.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
s3c24xx_simtec.h
s3c24xx_uda134x.c ASoC: mini2440: Fix uda134x codec problem. 2011-03-11 12:17:11 +00:00
s3c24xx-i2s.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
s3c24xx-i2s.h
s3c2412-i2s.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
s3c2412-i2s.h
s3c-i2s-v2.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
s3c-i2s-v2.h
smartq_wm8987.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
smdk2443_wm9710.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
smdk_spdif.c Merge branch 'for-2.6.38' into for-2.6.39 2011-01-19 11:22:54 +00:00
smdk_wm8580.c ASoC: Remove to support sound for S5P6442 2011-05-16 14:04:41 +09:00
smdk_wm8580pcm.c ASoC: SAMSUNG: Add WM8580 PCM Machine driver 2011-04-11 13:31:31 -07:00
smdk_wm8994.c ASoC: SAMSUNG: 24-bit audio playback on Exynos4210 2011-07-14 08:25:42 +09:00
smdk_wm8994pcm.c ASoC: SAMSUNG: Add WM8994 PCM Machine driver 2011-06-26 12:05:12 +01:00
smdk_wm9713.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
spdif.c ASoC: SAMSUNG: Clean-up header includes 2011-01-11 11:28:33 +00:00
spdif.h
speyside_wm8962.c ASoC: Fix warning in Speyside WM8962 2011-08-10 00:17:27 +09:00
speyside.c ASoC: Rename WM8915 to WM8996 2011-08-08 14:30:37 +09:00