We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b857c6 commit 02af996Copy full SHA for 02af996
1 file changed
sound/soc/codecs/tas2764.c
@@ -806,6 +806,7 @@ static const struct regmap_range_cfg tas2764_regmap_ranges[] = {
806
static bool tas2764_volatile_register(struct device *dev, unsigned int reg)
807
{
808
switch (reg) {
809
+ case TAS2764_SW_RST:
810
case TAS2764_INT_LTCH0 ... TAS2764_INT_LTCH4:
811
case TAS2764_INT_CLK_CFG:
812
return true;
0 commit comments