Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170196
b: refs/heads/master
c: ed146ae
h: refs/heads/master
v: v3
  • Loading branch information
Anuj Aggarwal authored and Mark Brown committed Oct 29, 2009
1 parent 5d6c5cf commit 1fda7db
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: 1c3d20027133f145523a072e84ab55d9132920c9
refs/heads/master: ed146aeb68b6b240a015f3c24c9eea9266d845ec
7 changes: 7 additions & 0 deletions trunk/sound/soc/omap/omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,17 @@ static struct snd_soc_card snd_soc_omap3evm = {
.num_links = 1,
};

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

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

static struct platform_device *omap3evm_snd_device;
Expand Down

0 comments on commit 1fda7db

Please sign in to comment.