Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293315
b: refs/heads/master
c: a5d3a21
h: refs/heads/master
i:
  293313: 03c563a
  293311: 107d158
v: v3
  • Loading branch information
Mark Brown committed Feb 9, 2012
1 parent 3172785 commit ddb16e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5124e69e2b31f4ded7ed9ac47b18804b7847f677
refs/heads/master: a5d3a21a9a8c5a2b8332768a3ce9636b630ef664
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,6 @@ static int twl6040_probe(struct snd_soc_codec *codec)

priv->codec = codec;
codec->control_data = dev_get_drvdata(codec->dev->parent);
codec->ignore_pmdown_time = 1;

if (pdata && pdata->hs_left_step && pdata->hs_right_step) {
priv->hs_left_step = pdata->hs_left_step;
Expand Down Expand Up @@ -1626,6 +1625,7 @@ static struct snd_soc_codec_driver soc_codec_dev_twl6040 = {
.reg_cache_size = ARRAY_SIZE(twl6040_reg),
.reg_word_size = sizeof(u8),
.reg_cache_default = twl6040_reg,
.ignore_pmdown_time = true,

.controls = twl6040_snd_controls,
.num_controls = ARRAY_SIZE(twl6040_snd_controls),
Expand Down

0 comments on commit ddb16e5

Please sign in to comment.