aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/n810.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/n810.c')
-rw-r--r--sound/soc/omap/n810.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c
index fae3ad36e0bf..d216b4f9e14e 100644
--- a/sound/soc/omap/n810.c
+++ b/sound/soc/omap/n810.c
@@ -282,7 +282,7 @@ static struct snd_soc_dai_link n810_dai = {
282}; 282};
283 283
284/* Audio machine driver */ 284/* Audio machine driver */
285static struct snd_soc_machine snd_soc_machine_n810 = { 285static struct snd_soc_card snd_soc_n810 = {
286 .name = "N810", 286 .name = "N810",
287 .dai_link = &n810_dai, 287 .dai_link = &n810_dai,
288 .num_links = 1, 288 .num_links = 1,
@@ -298,7 +298,7 @@ static struct aic3x_setup_data n810_aic33_setup = {
298 298
299/* Audio subsystem */ 299/* Audio subsystem */
300static struct snd_soc_device n810_snd_devdata = { 300static struct snd_soc_device n810_snd_devdata = {
301 .machine = &snd_soc_machine_n810, 301 .card = &snd_soc_n810,
302 .platform = &omap_soc_platform, 302 .platform = &omap_soc_platform,
303 .codec_dev = &soc_codec_dev_aic3x, 303 .codec_dev = &soc_codec_dev_aic3x,
304 .codec_data = &n810_aic33_setup, 304 .codec_data = &n810_aic33_setup,