Ver código fonte

ASoC: NUC900: patch for fix build error

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>
Wan ZongShun 15 anos atrás
pai
commit
019afb581a
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      sound/soc/nuc900/nuc900-audio.c
  2. 1 1
      sound/soc/nuc900/nuc900-pcm.c

+ 1 - 1
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",

+ 1 - 1
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 |