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 a4e3237956e..80ff85934a1 100644 --- a/sound/soc/nuc900/nuc900-ac97.c +++ b/sound/soc/nuc900/nuc900-ac97.c | |||
@@ -366,7 +366,7 @@ static int __devinit nuc900_ac97_drvprobe(struct platform_device *pdev) | |||
366 | goto out3; | 366 | goto out3; |
367 | 367 | ||
368 | /* enbale ac97 multifunction pin */ | 368 | /* enbale ac97 multifunction pin */ |
369 | mfp_set_groupg(nuc900_audio->dev, "nuc900-audio"); | 369 | mfp_set_groupg(nuc900_audio->dev, NULL); |
370 | 370 | ||
371 | return 0; | 371 | return 0; |
372 | 372 | ||