diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-02-14 06:01:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-14 14:31:16 +0300 |
commit | fe439c7c377920d608678db9a6724d6ec91f4cda (patch) | |
tree | f47d8cb2239680dde6a3db87454fa1bc422890b9 /sound/soc/soc-acpi.c | |
parent | 43c5d0f05ec55aa71680744ffcaa1aa6fd8a9bab (diff) | |
download | linux-fe439c7c377920d608678db9a6724d6ec91f4cda.tar.xz |
ASoC: ak4642: don't have .use_pmdown_time
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, ak4642 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 ak4642).
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-acpi.c')
0 files changed, 0 insertions, 0 deletions