aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/palm27x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/palm27x.c')
-rw-r--r--sound/soc/pxa/palm27x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/pxa/palm27x.c b/sound/soc/pxa/palm27x.c
index e364abc700db..3bb8879ac8a2 100644
--- a/sound/soc/pxa/palm27x.c
+++ b/sound/soc/pxa/palm27x.c
@@ -189,14 +189,14 @@ static struct snd_soc_dai_link palm27x_dai[] = {
189}, 189},
190}; 190};
191 191
192static struct snd_soc_machine palm27x_asoc = { 192static struct snd_soc_card palm27x_asoc = {
193 .name = "Palm/PXA27x", 193 .name = "Palm/PXA27x",
194 .dai_link = palm27x_dai, 194 .dai_link = palm27x_dai,
195 .num_links = ARRAY_SIZE(palm27x_dai), 195 .num_links = ARRAY_SIZE(palm27x_dai),
196}; 196};
197 197
198static struct snd_soc_device palm27x_snd_devdata = { 198static struct snd_soc_device palm27x_snd_devdata = {
199 .machine = &palm27x_asoc, 199 .card = &palm27x_asoc,
200 .platform = &pxa2xx_soc_platform, 200 .platform = &pxa2xx_soc_platform,
201 .codec_dev = &soc_codec_dev_wm9712, 201 .codec_dev = &soc_codec_dev_wm9712,
202}; 202};