diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx_simtec.h')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx_simtec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx_simtec.h b/sound/soc/s3c24xx/s3c24xx_simtec.h index e18faee30cce..e63d5ff9c41f 100644 --- a/sound/soc/s3c24xx/s3c24xx_simtec.h +++ b/sound/soc/s3c24xx/s3c24xx_simtec.h | |||
@@ -7,10 +7,10 @@ | |||
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | extern void simtec_audio_init(struct snd_soc_codec *codec); | 10 | extern void simtec_audio_init(struct snd_soc_pcm_runtime *rtd); |
11 | 11 | ||
12 | extern int simtec_audio_core_probe(struct platform_device *pdev, | 12 | extern int simtec_audio_core_probe(struct platform_device *pdev, |
13 | struct snd_soc_device *socdev); | 13 | struct snd_soc_card *card); |
14 | 14 | ||
15 | extern int simtec_audio_remove(struct platform_device *pdev); | 15 | extern int simtec_audio_remove(struct platform_device *pdev); |
16 | 16 | ||