Skip to content

Commit

Permalink
ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal
Browse files Browse the repository at this point in the history
The pop-removal specific values are configured for TWL4030 codec
for OMAP3EVM through this patch.

Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Anuj Aggarwal authored and Mark Brown committed Oct 29, 2009
1 parent 1c3d200 commit ed146ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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 ed146ae

Please sign in to comment.