Skip to content

Commit 9243de7

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 cd4e3d7 commit 9243de7

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
@@ -806,6 +806,7 @@ static const struct regmap_range_cfg tas2764_regmap_ranges[] = {
806806
static bool tas2764_volatile_register(struct device *dev, unsigned int reg)
807807
{
808808
switch (reg) {
809+
case TAS2764_SW_RST:
809810
case TAS2764_INT_LTCH0 ... TAS2764_INT_LTCH4:
810811
case TAS2764_INT_CLK_CFG:
811812
return true;

0 commit comments

Comments
 (0)