Commit 0dc3b442 authored by Wan ZongShun's avatar Wan ZongShun Committed by Mark Brown

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: default avatarWan ZongShun <mcuos.com@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 8dfb0c78
...@@ -25,7 +25,7 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment