Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148296
b: refs/heads/master
c: 7385ba4
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed May 22, 2009
1 parent 8e7bffe commit dec9744
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9da28c7b38170882b1c43d7d133ddce34e25f161
refs/heads/master: 7385ba44f8bcea15bf0d75ae2814f0cec63140b9
7 changes: 7 additions & 0 deletions trunk/sound/soc/omap/sdp3430.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,17 @@ static struct snd_soc_card snd_soc_sdp3430 = {
.num_links = ARRAY_SIZE(sdp3430_dai),
};

/* twl4030 setup */
static struct twl4030_setup_data twl4030_setup = {
.ramp_delay_value = 3,
.sysclk = 26000,
};

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

static struct platform_device *sdp3430_snd_device;
Expand Down

0 comments on commit dec9744

Please sign in to comment.