Skip to content

Commit

Permalink
ASoC: NUC900: patch for fix build error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wan ZongShun authored and Mark Brown committed Jun 10, 2010
1 parent 315f7da commit 019afb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sound/soc/nuc900/nuc900-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/nuc900/nuc900-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 019afb5

Please sign in to comment.