Skip to content

Commit 1dc8e91

Browse files
marcanjannau
authored andcommitted
ASoC: tas2764: Mark SW_RESET as volatile
Since the bit is self-clearing. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 9b8f981 commit 1dc8e91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/codecs/tas2764.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ static const struct regmap_range_cfg tas2764_regmap_ranges[] = {
812812
static bool tas2764_volatile_register(struct device *dev, unsigned int reg)
813813
{
814814
switch (reg) {
815+
case TAS2764_SW_RST:
815816
case TAS2764_INT_LTCH0 ... TAS2764_INT_LTCH4:
816817
case TAS2764_INT_CLK_CFG:
817818
return true;

0 commit comments

Comments
 (0)