Commit 9e32ebdb authored by Mark Brown's avatar Mark Brown

Merge branch 'for-2.6.29' into for-2.6.30

parents 7565fc38 272edb00
...@@ -91,7 +91,7 @@ static struct snd_soc_dai_link sdp3430_dai = { ...@@ -91,7 +91,7 @@ static struct snd_soc_dai_link sdp3430_dai = {
}; };
/* Audio machine driver */ /* Audio machine driver */
static struct snd_soc_machine snd_soc_machine_sdp3430 = { static struct snd_soc_card snd_soc_sdp3430 = {
.name = "SDP3430", .name = "SDP3430",
.platform = &omap_soc_platform, .platform = &omap_soc_platform,
.dai_link = &sdp3430_dai, .dai_link = &sdp3430_dai,
...@@ -100,7 +100,7 @@ static struct snd_soc_machine snd_soc_machine_sdp3430 = { ...@@ -100,7 +100,7 @@ static struct snd_soc_machine snd_soc_machine_sdp3430 = {
/* Audio subsystem */ /* Audio subsystem */
static struct snd_soc_device sdp3430_snd_devdata = { static struct snd_soc_device sdp3430_snd_devdata = {
.machine = &snd_soc_machine_sdp3430, .card = &snd_soc_sdp3430,
.codec_dev = &soc_codec_dev_twl4030, .codec_dev = &soc_codec_dev_twl4030,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment