aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sh/sh_dac_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/sh/sh_dac_audio.c')
-rw-r--r--sound/sh/sh_dac_audio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/sh/sh_dac_audio.c b/sound/sh/sh_dac_audio.c
index 0a3394751ed2..e68c4fc91a03 100644
--- a/sound/sh/sh_dac_audio.c
+++ b/sound/sh/sh_dac_audio.c
@@ -261,7 +261,7 @@ static struct snd_pcm_ops snd_sh_dac_pcm_ops = {
261 .mmap = snd_pcm_lib_mmap_iomem, 261 .mmap = snd_pcm_lib_mmap_iomem,
262}; 262};
263 263
264static int __devinit snd_sh_dac_pcm(struct snd_sh_dac *chip, int device) 264static int snd_sh_dac_pcm(struct snd_sh_dac *chip, int device)
265{ 265{
266 int err; 266 int err;
267 struct snd_pcm *pcm; 267 struct snd_pcm *pcm;
@@ -346,9 +346,9 @@ static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle)
346} 346}
347 347
348/* create -- chip-specific constructor for the cards components */ 348/* create -- chip-specific constructor for the cards components */
349static int __devinit snd_sh_dac_create(struct snd_card *card, 349static int snd_sh_dac_create(struct snd_card *card,
350 struct platform_device *devptr, 350 struct platform_device *devptr,
351 struct snd_sh_dac **rchip) 351 struct snd_sh_dac **rchip)
352{ 352{
353 struct snd_sh_dac *chip; 353 struct snd_sh_dac *chip;
354 int err; 354 int err;
@@ -392,7 +392,7 @@ static int __devinit snd_sh_dac_create(struct snd_card *card,
392} 392}
393 393
394/* driver .probe -- constructor */ 394/* driver .probe -- constructor */
395static int __devinit snd_sh_dac_probe(struct platform_device *devptr) 395static int snd_sh_dac_probe(struct platform_device *devptr)
396{ 396{
397 struct snd_sh_dac *chip; 397 struct snd_sh_dac *chip;
398 struct snd_card *card; 398 struct snd_card *card;