Skip to content

Commit b4ab822

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 c4bf149 commit b4ab822

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

0 commit comments

Comments
 (0)