ASoC: rt5640: Change the setting method of idle_bias_off
authorOder Chiou <oder_chiou@realtek.com>
Mon, 31 Mar 2014 02:21:10 +0000 (10:21 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:27:42 +0000 (17:27 +0100)
The patch moves the idle_bias_off setting to struct "soc_codec_dev_rt5640".

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5640.c

index b6a02c16f100fc5df4d610c2b39a91fcddd64da2..a7db7ef38cfc4379c8a163508699cc149f832289 100644 (file)
@@ -1879,7 +1879,6 @@ static int rt5640_probe(struct snd_soc_codec *codec)
 
        rt5640->codec = codec;
 
 
        rt5640->codec = codec;
 
-       codec->dapm.idle_bias_off = 1;
        rt5640_set_bias_level(codec, SND_SOC_BIAS_OFF);
 
        snd_soc_update_bits(codec, RT5640_DUMMY1, 0x0301, 0x0301);
        rt5640_set_bias_level(codec, SND_SOC_BIAS_OFF);
 
        snd_soc_update_bits(codec, RT5640_DUMMY1, 0x0301, 0x0301);
@@ -1988,6 +1987,7 @@ static struct snd_soc_codec_driver soc_codec_dev_rt5640 = {
        .suspend = rt5640_suspend,
        .resume = rt5640_resume,
        .set_bias_level = rt5640_set_bias_level,
        .suspend = rt5640_suspend,
        .resume = rt5640_resume,
        .set_bias_level = rt5640_set_bias_level,
+       .idle_bias_off = true,
        .controls = rt5640_snd_controls,
        .num_controls = ARRAY_SIZE(rt5640_snd_controls),
        .dapm_widgets = rt5640_dapm_widgets,
        .controls = rt5640_snd_controls,
        .num_controls = ARRAY_SIZE(rt5640_snd_controls),
        .dapm_widgets = rt5640_dapm_widgets,
This page took 0.039642 seconds and 5 git commands to generate.