Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 019afb58 authored by Wan ZongShun's avatar Wan ZongShun Committed by Mark Brown
Browse files

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: 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 315f7da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 |