aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/nuc900/nuc900-audio.c
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2010-06-09 22:40:40 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-06-10 09:40:35 -0400
commit019afb581a61fcd899ae83527744e4f420e89bf1 (patch)
treecf570862cae57151d52712be2f5fe6224a6e89d2 /sound/soc/nuc900/nuc900-audio.c
parent315f7da6314e01322cae8bce9a90850060c041ea (diff)
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>
Diffstat (limited to 'sound/soc/nuc900/nuc900-audio.c')
-rw-r--r--sound/soc/nuc900/nuc900-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/nuc900/nuc900-audio.c b/sound/soc/nuc900/nuc900-audio.c
index b33d5b844d7..72e6f518f7b 100644
--- a/sound/soc/nuc900/nuc900-audio.c
+++ b/sound/soc/nuc900/nuc900-audio.c
@@ -21,7 +21,7 @@
21#include <sound/soc-dapm.h> 21#include <sound/soc-dapm.h>
22 22
23#include "../codecs/ac97.h" 23#include "../codecs/ac97.h"
24#include "nuc900-auido.h" 24#include "nuc900-audio.h"
25 25
26static struct snd_soc_dai_link nuc900evb_ac97_dai = { 26static struct snd_soc_dai_link nuc900evb_ac97_dai = {
27 .name = "AC97", 27 .name = "AC97",