mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
ASoC: fsl - fix build error in pcm030-audio-fabric.c
Fix build error:- sound/soc/fsl/pcm030-audio-fabric.c:27:33: fatal error: sound/soc-of-simple.h: No such file or directory Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3342b9680f
commit
e94be5f362
@ -24,7 +24,6 @@
|
|||||||
#include <sound/pcm_params.h>
|
#include <sound/pcm_params.h>
|
||||||
#include <sound/initval.h>
|
#include <sound/initval.h>
|
||||||
#include <sound/soc.h>
|
#include <sound/soc.h>
|
||||||
#include <sound/soc-of-simple.h>
|
|
||||||
|
|
||||||
#include "mpc5200_dma.h"
|
#include "mpc5200_dma.h"
|
||||||
#include "mpc5200_psc_ac97.h"
|
#include "mpc5200_psc_ac97.h"
|
||||||
@ -49,7 +48,7 @@ static struct snd_soc_dai_link pcm030_fabric_dai[] = {
|
|||||||
.codec_dai_name = "wm9712-aux",
|
.codec_dai_name = "wm9712-aux",
|
||||||
.cpu_dai_name = "mpc5200-psc-ac97.1",
|
.cpu_dai_name = "mpc5200-psc-ac97.1",
|
||||||
.platform_name = "mpc5200-pcm-audio",
|
.platform_name = "mpc5200-pcm-audio",
|
||||||
..codec_name = "wm9712-codec",
|
.codec_name = "wm9712-codec",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user