Commit e94be5f3628565d0968d668341d9dd468700516d

Authored by Liam Girdwood
Committed by Takashi Iwai
1 parent 3342b9680f

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

sound/soc/fsl/pcm030-audio-fabric.c
... ... @@ -24,7 +24,6 @@
24 24 #include <sound/pcm_params.h>
25 25 #include <sound/initval.h>
26 26 #include <sound/soc.h>
27   -#include <sound/soc-of-simple.h>
28 27  
29 28 #include "mpc5200_dma.h"
30 29 #include "mpc5200_psc_ac97.h"
... ... @@ -49,7 +48,7 @@
49 48 .codec_dai_name = "wm9712-aux",
50 49 .cpu_dai_name = "mpc5200-psc-ac97.1",
51 50 .platform_name = "mpc5200-pcm-audio",
52   - ..codec_name = "wm9712-codec",
  51 + .codec_name = "wm9712-codec",
53 52 },
54 53 };
55 54