]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: NUC900: patch for fix build error
authorWan ZongShun <mcuos.com@gmail.com>
Thu, 10 Jun 2010 02:40:40 +0000 (10:40 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 10 Jun 2010 13:40:35 +0000 (14:40 +0100)
This patch is to change 'auido.h' to 'audio.h' for
fixing nuc900 alsa driver build error.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/nuc900/nuc900-audio.c
sound/soc/nuc900/nuc900-pcm.c

index b33d5b844d71ac90942875fcba836f0c1b555a97..72e6f518f7b21818a2177dd7739576cb04f2410b 100644 (file)
@@ -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",
index 445a18011d8ea3cdd4f0eee3c5580f87e6e70321..e81e803b3a63fd502e4dd857232f1ee9f34f6929 100644 (file)
@@ -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 |