Skip to content

Commit

Permalink
Merge branch 'for-2.6.29' into for-2.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Feb 10, 2009
2 parents 7565fc3 + 272edb0 commit 9e32ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/omap/sdp3430.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static struct snd_soc_dai_link sdp3430_dai = {
};

/* Audio machine driver */
static struct snd_soc_machine snd_soc_machine_sdp3430 = {
static struct snd_soc_card snd_soc_sdp3430 = {
.name = "SDP3430",
.platform = &omap_soc_platform,
.dai_link = &sdp3430_dai,
Expand All @@ -100,7 +100,7 @@ static struct snd_soc_machine snd_soc_machine_sdp3430 = {

/* Audio subsystem */
static struct snd_soc_device sdp3430_snd_devdata = {
.machine = &snd_soc_machine_sdp3430,
.card = &snd_soc_sdp3430,
.codec_dev = &soc_codec_dev_twl4030,
};

Expand Down

0 comments on commit 9e32ebd

Please sign in to comment.