diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/nuc900/nuc900-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index e00e39dd6576..4f056b4a102b 100644 --- a/sound/soc/nuc900/nuc900-ac97.c +++ b/sound/soc/nuc900/nuc900-ac97.c | |||
@@ -313,7 +313,7 @@ static struct snd_soc_dai_driver nuc900_ac97_dai = { | |||
313 | .channels_max = 2, | 313 | .channels_max = 2, |
314 | }, | 314 | }, |
315 | .ops = &nuc900_ac97_dai_ops, | 315 | .ops = &nuc900_ac97_dai_ops, |
316 | } | 316 | }; |
317 | 317 | ||
318 | static int __devinit nuc900_ac97_drvprobe(struct platform_device *pdev) | 318 | static int __devinit nuc900_ac97_drvprobe(struct platform_device *pdev) |
319 | { | 319 | { |