]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tas2764: Drop conflicting set_bias_level power setting
authorMartin Povišer <povik+lin@cutebit.org>
Thu, 25 Aug 2022 14:02:38 +0000 (16:02 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 25 Aug 2022 16:59:57 +0000 (17:59 +0100)
commitbc16c6dab399040a3a0686488c1c64bc1e70aa45
tree63fa8307eb564fe9cf593f88dca400048c3b2e63
parentf635899cbe0dac85b53284fecc454a06a413b85a
ASoC: tas2764: 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.)

Fixes: b3c709a3060c ("ASoC: tas2764: Add the driver for the TAS2764")
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20220825140241.53963-3-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2764.c