diff options
| -rw-r--r-- | sound/soc/codecs/sta32x.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c index 3a1343fa109b..007a0e3bc273 100644 --- a/sound/soc/codecs/sta32x.c +++ b/sound/soc/codecs/sta32x.c | |||
| @@ -106,13 +106,11 @@ static const struct reg_default sta32x_regs[] = { | |||
| 106 | }; | 106 | }; |
| 107 | 107 | ||
| 108 | static const struct regmap_range sta32x_write_regs_range[] = { | 108 | static const struct regmap_range sta32x_write_regs_range[] = { |
| 109 | regmap_reg_range(STA32X_CONFA, STA32X_AUTO2), | 109 | regmap_reg_range(STA32X_CONFA, STA32X_FDRC2), |
| 110 | regmap_reg_range(STA32X_C1CFG, STA32X_FDRC2), | ||
| 111 | }; | 110 | }; |
| 112 | 111 | ||
| 113 | static const struct regmap_range sta32x_read_regs_range[] = { | 112 | static const struct regmap_range sta32x_read_regs_range[] = { |
| 114 | regmap_reg_range(STA32X_CONFA, STA32X_AUTO2), | 113 | regmap_reg_range(STA32X_CONFA, STA32X_FDRC2), |
| 115 | regmap_reg_range(STA32X_C1CFG, STA32X_FDRC2), | ||
| 116 | }; | 114 | }; |
| 117 | 115 | ||
| 118 | static const struct regmap_range sta32x_volatile_regs_range[] = { | 116 | static const struct regmap_range sta32x_volatile_regs_range[] = { |
