diff options
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 87ddfefcc2fb..528fc3f1b45b 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
@@ -59,7 +59,7 @@ | |||
59 | #define NEO_CAPTURE_HEADSET 7 | 59 | #define NEO_CAPTURE_HEADSET 7 |
60 | #define NEO_CAPTURE_BLUETOOTH 8 | 60 | #define NEO_CAPTURE_BLUETOOTH 8 |
61 | 61 | ||
62 | static struct snd_soc_machine neo1973; | 62 | static struct snd_soc_card neo1973; |
63 | static struct i2c_client *i2c; | 63 | static struct i2c_client *i2c; |
64 | 64 | ||
65 | static int neo1973_hifi_hw_params(struct snd_pcm_substream *substream, | 65 | static int neo1973_hifi_hw_params(struct snd_pcm_substream *substream, |
@@ -579,7 +579,7 @@ static struct snd_soc_dai_link neo1973_dai[] = { | |||
579 | }, | 579 | }, |
580 | }; | 580 | }; |
581 | 581 | ||
582 | static struct snd_soc_machine neo1973 = { | 582 | static struct snd_soc_card neo1973 = { |
583 | .name = "neo1973", | 583 | .name = "neo1973", |
584 | .dai_link = neo1973_dai, | 584 | .dai_link = neo1973_dai, |
585 | .num_links = ARRAY_SIZE(neo1973_dai), | 585 | .num_links = ARRAY_SIZE(neo1973_dai), |
@@ -591,7 +591,7 @@ static struct wm8753_setup_data neo1973_wm8753_setup = { | |||
591 | }; | 591 | }; |
592 | 592 | ||
593 | static struct snd_soc_device neo1973_snd_devdata = { | 593 | static struct snd_soc_device neo1973_snd_devdata = { |
594 | .machine = &neo1973, | 594 | .card = &neo1973, |
595 | .platform = &s3c24xx_soc_platform, | 595 | .platform = &s3c24xx_soc_platform, |
596 | .codec_dev = &soc_codec_dev_wm8753, | 596 | .codec_dev = &soc_codec_dev_wm8753, |
597 | .codec_data = &neo1973_wm8753_setup, | 597 | .codec_data = &neo1973_wm8753_setup, |