Skip to content

Commit

Permalink
ASoC: nuc900: fix a typo and rename the header file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wan ZongShun authored and Mark Brown committed Jun 2, 2010
1 parent 8dfb0c7 commit 0dc3b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/nuc900/nuc900-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <mach/mfp.h>

#include "nuc900-auido.h"
#include "nuc900-audio.h"

static DEFINE_MUTEX(ac97_mutex);
struct nuc900_audio *nuc900_ac97_data;
Expand Down
File renamed without changes.

0 comments on commit 0dc3b44

Please sign in to comment.