diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx_uda134x.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx_uda134x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx_uda134x.c b/sound/soc/s3c24xx/s3c24xx_uda134x.c index 92d90f2f6901..23325fca1f64 100644 --- a/sound/soc/s3c24xx/s3c24xx_uda134x.c +++ b/sound/soc/s3c24xx/s3c24xx_uda134x.c | |||
@@ -232,7 +232,7 @@ static struct snd_soc_dai_link s3c24xx_uda134x_dai_link = { | |||
232 | .ops = &s3c24xx_uda134x_ops, | 232 | .ops = &s3c24xx_uda134x_ops, |
233 | }; | 233 | }; |
234 | 234 | ||
235 | static struct snd_soc_machine snd_soc_machine_s3c24xx_uda134x = { | 235 | static struct snd_soc_card snd_soc_s3c24xx_uda134x = { |
236 | .name = "S3C24XX_UDA134X", | 236 | .name = "S3C24XX_UDA134X", |
237 | .dai_link = &s3c24xx_uda134x_dai_link, | 237 | .dai_link = &s3c24xx_uda134x_dai_link, |
238 | .num_links = 1, | 238 | .num_links = 1, |
@@ -270,7 +270,7 @@ static struct uda134x_platform_data s3c24xx_uda134x = { | |||
270 | }; | 270 | }; |
271 | 271 | ||
272 | static struct snd_soc_device s3c24xx_uda134x_snd_devdata = { | 272 | static struct snd_soc_device s3c24xx_uda134x_snd_devdata = { |
273 | .machine = &snd_soc_machine_s3c24xx_uda134x, | 273 | .card = &snd_soc_s3c24xx_uda134x, |
274 | .platform = &s3c24xx_soc_platform, | 274 | .platform = &s3c24xx_soc_platform, |
275 | .codec_dev = &soc_codec_dev_uda134x, | 275 | .codec_dev = &soc_codec_dev_uda134x, |
276 | .codec_data = &s3c24xx_uda134x, | 276 | .codec_data = &s3c24xx_uda134x, |