ASoC: twl6040: Move ignore_pmdown_time to driver struct
It's set unconditionally. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
This commit is contained in:
parent
5124e69e2b
commit
a5d3a21a9a
|
@ -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;
|
||||
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue