]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: tas2764: Mark SW_RESET as volatile
authorHector Martin <marcan@marcan.st>
Sat, 8 Feb 2025 01:03:26 +0000 (01:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:40:14 +0000 (14:40 +0200)
[ Upstream commit f37f1748564ac51d32f7588bd7bfc99913ccab8e ]

Since the bit is self-clearing.

Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20250208-asoc-tas2764-v1-3-dbab892a69b5@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/tas2764.c

index 72db361ac361109cd27c59f0da96a54beb369ad4..94428487a8855abc245351200f6069efb5f2b3d0 100644 (file)
@@ -654,6 +654,7 @@ static const struct regmap_range_cfg tas2764_regmap_ranges[] = {
 static bool tas2764_volatile_register(struct device *dev, unsigned int reg)
 {
        switch (reg) {
+       case TAS2764_SW_RST:
        case TAS2764_INT_LTCH0 ... TAS2764_INT_LTCH4:
        case TAS2764_INT_CLK_CFG:
                return true;