Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132835
b: refs/heads/master
c: 9e32ebd
h: refs/heads/master
i:
  132833: c178b21
  132831: e0f880b
v: v3
  • Loading branch information
Mark Brown committed Feb 10, 2009
1 parent 414e428 commit 09c9014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7565fc38cc8c3a2742d63e957199d70a82d2faf1
refs/heads/master: 9e32ebdb3aa4e5d2366b032baa16b95f3d7788b9
4 changes: 2 additions & 2 deletions trunk/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 09c9014

Please sign in to comment.