Skip to content

Commit e43a893

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 daa2a84 commit e43a893

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
@@ -804,6 +804,7 @@ static const struct regmap_range_cfg tas2764_regmap_ranges[] = {
804804
static bool tas2764_volatile_register(struct device *dev, unsigned int reg)
805805
{
806806
switch (reg) {
807+
case TAS2764_SW_RST:
807808
case TAS2764_INT_LTCH0 ... TAS2764_INT_LTCH4:
808809
case TAS2764_INT_CLK_CFG:
809810
return true;

0 commit comments

Comments
 (0)