Sfoglia il codice sorgente

ASoC: nuc900: fix a typo and rename the header file

Fix a '#include "nuc900-audio.h' typo, I think it should be 'audio'.
At the same time, this patch renames the 'nuc900-auido.h' file to
'nuc900-audio.h'.

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>
Wan ZongShun 15 anni fa
parent
commit
0dc3b44202
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      sound/soc/nuc900/nuc900-ac97.c
  2. 0 0
      sound/soc/nuc900/nuc900-audio.h

+ 1 - 1
sound/soc/nuc900/nuc900-ac97.c

@@ -25,7 +25,7 @@
 
 
 #include <mach/mfp.h>
 #include <mach/mfp.h>
 
 
-#include "nuc900-auido.h"
+#include "nuc900-audio.h"
 
 
 static DEFINE_MUTEX(ac97_mutex);
 static DEFINE_MUTEX(ac97_mutex);
 struct nuc900_audio *nuc900_ac97_data;
 struct nuc900_audio *nuc900_ac97_data;

+ 0 - 0
sound/soc/nuc900/nuc900-auido.h → sound/soc/nuc900/nuc900-audio.h