Skip to content

Commit 727b943

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs35l56: Remove default from IRQ1_CFG register
The driver never uses the IRQ1_CFG register so there's no need to provide a default value. It's set as a readable register only for debugging through the regmap registers file. A system-specific firmware could overwrite this register with a non-default value. Therefore the driver can't hardcode what the initial value actually is. As the register is only for debugging the value can be left unknown until someone wants to read it through debugfs. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20240209145700.1555950-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d7332c4 commit 727b943

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/cs35l56-shared.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ static const struct reg_default cs35l56_reg_defaults[] = {
5151
{ CS35L56_SWIRE_DP3_CH2_INPUT, 0x00000019 },
5252
{ CS35L56_SWIRE_DP3_CH3_INPUT, 0x00000029 },
5353
{ CS35L56_SWIRE_DP3_CH4_INPUT, 0x00000028 },
54-
{ CS35L56_IRQ1_CFG, 0x00000000 },
5554
{ CS35L56_IRQ1_MASK_1, 0x83ffffff },
5655
{ CS35L56_IRQ1_MASK_2, 0xffff7fff },
5756
{ CS35L56_IRQ1_MASK_4, 0xe0ffffff },

0 commit comments

Comments
 (0)