]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tas2562: Drop conflicting set_bias_level power setting
authorMartin Povišer <povik+lin@cutebit.org>
Thu, 25 Aug 2022 14:22:25 +0000 (16:22 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 5 Sep 2022 12:09:09 +0000 (13:09 +0100)
commitb93476b6eb76bd86727bf3033d09aff59b487d25
tree9ee50d1f610e88204aaf3db634090ec7477fe6b2
parent4520458fda2e9b296313bf0dde7a92a0d665db67
ASoC: tas2562: Drop conflicting set_bias_level power setting

The driver is setting the PWR_CTRL field in both the set_bias_level
callback and on DAPM events of the DAC widget (and also in the
mute_stream method). Drop the set_bias_level callback altogether as the
power setting it does is in conflict with the other code paths.

(This mirrors commit c8a6ae3fe1c8 ("ASoC: tas2770: Drop conflicting
set_bias_level power setting") which was a fix to the tas2770 driver.)

Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20220825142226.80929-2-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2562.c