aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/asoc-s3c.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index 15bf56ee8af7..90641a5daaf0 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -18,7 +18,7 @@
18 18
19extern void s3c64xx_ac97_setup_gpio(int); 19extern void s3c64xx_ac97_setup_gpio(int);
20 20
21struct samsung_i2s { 21struct samsung_i2s_type {
22/* If the Primary DAI has 5.1 Channels */ 22/* If the Primary DAI has 5.1 Channels */
23#define QUIRK_PRI_6CHAN (1 << 0) 23#define QUIRK_PRI_6CHAN (1 << 0)
24/* If the I2S block has a Stereo Overlay Channel */ 24/* If the I2S block has a Stereo Overlay Channel */
@@ -47,7 +47,5 @@ struct s3c_audio_pdata {
47 void *dma_capture; 47 void *dma_capture;
48 void *dma_play_sec; 48 void *dma_play_sec;
49 void *dma_capture_mic; 49 void *dma_capture_mic;
50 union { 50 struct samsung_i2s_type type;
51 struct samsung_i2s i2s;
52 } type;
53}; 51};