From 1318df0035cf5aba99701a1e6dc9df5d8bcf5816 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Tue, 26 Oct 2010 20:07:43 +0100 Subject: [PATCH] --- yaml --- r: 218691 b: refs/heads/master c: e94be5f3628565d0968d668341d9dd468700516d h: refs/heads/master i: 218689: 5616068073ee7a97ed86cf2f2552b020b7a043d7 218687: c37007cab33b549e55bc3eeb1e59066b2e6522a0 v: v3 --- [refs] | 2 +- trunk/sound/soc/fsl/pcm030-audio-fabric.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3c3549c58f2a..b62faa17a650 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3342b9680fbd6535f65148f5e95e581bc75be9cc +refs/heads/master: e94be5f3628565d0968d668341d9dd468700516d diff --git a/trunk/sound/soc/fsl/pcm030-audio-fabric.c b/trunk/sound/soc/fsl/pcm030-audio-fabric.c index fe15bb26e484..25f27ec1dd6e 100644 --- a/trunk/sound/soc/fsl/pcm030-audio-fabric.c +++ b/trunk/sound/soc/fsl/pcm030-audio-fabric.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "mpc5200_dma.h" #include "mpc5200_psc_ac97.h" @@ -49,7 +48,7 @@ static struct snd_soc_dai_link pcm030_fabric_dai[] = { .codec_dai_name = "wm9712-aux", .cpu_dai_name = "mpc5200-psc-ac97.1", .platform_name = "mpc5200-pcm-audio", - ..codec_name = "wm9712-codec", + .codec_name = "wm9712-codec", }, };