commit | dd6e3053405c2fe7baa36e4fe2a12083f508abfc | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jun 04 16:04:19 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Jun 04 17:50:03 2015 +0100 |
tree | 5fa79778ae3dc2efae59273bfad572184271aa9b | |
parent | e3606aa496c98595cb206ac8fed9bc8152ffe34e [diff] |
ASoC: tas2552: Simplify and reverse the functionality of tas2552_sw_shutdown The function name and parameters of: tas2552_sw_shutdown(struct tas2552_data *tas_data, int sw_shutdown) implies that if sw_shutdown is 1 we should be entering to the software shutdown mode. The code can be simplified as well within the function. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>