summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/nuc900/nuc900-audio.c2
-rw-r--r--sound/soc/nuc900/nuc900-pcm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/nuc900/nuc900-audio.c b/sound/soc/nuc900/nuc900-audio.c
index b33d5b844d71..72e6f518f7b2 100644
--- a/sound/soc/nuc900/nuc900-audio.c
+++ b/sound/soc/nuc900/nuc900-audio.c
@@ -21,7 +21,7 @@
#include <sound/soc-dapm.h>
#include "../codecs/ac97.h"
-#include "nuc900-auido.h"
+#include "nuc900-audio.h"
static struct snd_soc_dai_link nuc900evb_ac97_dai = {
.name = "AC97",
diff --git a/sound/soc/nuc900/nuc900-pcm.c b/sound/soc/nuc900/nuc900-pcm.c
index 445a18011d8e..e81e803b3a63 100644
--- a/sound/soc/nuc900/nuc900-pcm.c
+++ b/sound/soc/nuc900/nuc900-pcm.c
@@ -23,7 +23,7 @@
#include <mach/hardware.h>
-#include "nuc900-auido.h"
+#include "nuc900-audio.h"
static const struct snd_pcm_hardware nuc900_pcm_hardware = {
.info = SNDRV_PCM_INFO_INTERLEAVED |