diff options
Diffstat (limited to 'sound/soc/fsl/pcm030-audio-fabric.c')
-rw-r--r-- | sound/soc/fsl/pcm030-audio-fabric.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c index fe15bb26e484..25f27ec1dd6e 100644 --- a/sound/soc/fsl/pcm030-audio-fabric.c +++ b/sound/soc/fsl/pcm030-audio-fabric.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <sound/pcm_params.h> | 24 | #include <sound/pcm_params.h> |
25 | #include <sound/initval.h> | 25 | #include <sound/initval.h> |
26 | #include <sound/soc.h> | 26 | #include <sound/soc.h> |
27 | #include <sound/soc-of-simple.h> | ||
28 | 27 | ||
29 | #include "mpc5200_dma.h" | 28 | #include "mpc5200_dma.h" |
30 | #include "mpc5200_psc_ac97.h" | 29 | #include "mpc5200_psc_ac97.h" |
@@ -49,7 +48,7 @@ static struct snd_soc_dai_link pcm030_fabric_dai[] = { | |||
49 | .codec_dai_name = "wm9712-aux", | 48 | .codec_dai_name = "wm9712-aux", |
50 | .cpu_dai_name = "mpc5200-psc-ac97.1", | 49 | .cpu_dai_name = "mpc5200-psc-ac97.1", |
51 | .platform_name = "mpc5200-pcm-audio", | 50 | .platform_name = "mpc5200-pcm-audio", |
52 | ..codec_name = "wm9712-codec", | 51 | .codec_name = "wm9712-codec", |
53 | }, | 52 | }, |
54 | }; | 53 | }; |
55 | 54 | ||