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