• K
    ASoC: ak4613: don't have .use_pmdown_time · 36372922
    Kuninori Morimoto 提交于
    snd_soc_runtime_ignore_pmdown_time() returns "ignore pmdown time"
    decision. Then, it collects each component driver's .use_pmdown_time
    settings by using AND operation.
    But, ak4613 has no reason to ignore/use pmdown time.
    Thus, It should has use_pmdown_time=0, it means it doesn't have
    decision right of "ignore pmdown time".
    
    Otherwise, ak4613 paired driver's pmdown_time settings doesn't
    have meaning. In other words, "ignore pmdown time" is determined
    irrespective of the value of paired driver's settings
    (= ignore will be 0 by ak4613).
    Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    36372922
ak4613.c 17.3 KB