aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/corgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/corgi.c')
-rw-r--r--sound/soc/pxa/corgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c
index 2718eaf7895f..647f056a3cb3 100644
--- a/sound/soc/pxa/corgi.c
+++ b/sound/soc/pxa/corgi.c
@@ -314,7 +314,7 @@ static struct snd_soc_dai_link corgi_dai = {
314}; 314};
315 315
316/* corgi audio machine driver */ 316/* corgi audio machine driver */
317static struct snd_soc_machine snd_soc_machine_corgi = { 317static struct snd_soc_card snd_soc_corgi = {
318 .name = "Corgi", 318 .name = "Corgi",
319 .dai_link = &corgi_dai, 319 .dai_link = &corgi_dai,
320 .num_links = 1, 320 .num_links = 1,
@@ -328,7 +328,7 @@ static struct wm8731_setup_data corgi_wm8731_setup = {
328 328
329/* corgi audio subsystem */ 329/* corgi audio subsystem */
330static struct snd_soc_device corgi_snd_devdata = { 330static struct snd_soc_device corgi_snd_devdata = {
331 .machine = &snd_soc_machine_corgi, 331 .card = &snd_soc_corgi,
332 .platform = &pxa2xx_soc_platform, 332 .platform = &pxa2xx_soc_platform,
333 .codec_dev = &soc_codec_dev_wm8731, 333 .codec_dev = &soc_codec_dev_wm8731,
334 .codec_data = &corgi_wm8731_setup, 334 .codec_data = &corgi_wm8731_setup,