Skip to content

Commit 7277677

Browse files
simontrimmerbroonie
authored andcommitted
ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
Device tuning files made with early revision tooling may contain configuration that can unmask IRQ signals that are owned by the host. Adding a safe default to the regmap patch ensures that the hardware matches the driver expectations. Signed-off-by: Simon Trimmer <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 5003d0c commit 7277677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/cs35l56-shared.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static const struct reg_sequence cs35l56_patch[] = {
3636
{ CS35L56_SWIRE_DP3_CH2_INPUT, 0x00000019 },
3737
{ CS35L56_SWIRE_DP3_CH3_INPUT, 0x00000029 },
3838
{ CS35L56_SWIRE_DP3_CH4_INPUT, 0x00000028 },
39+
{ CS35L56_IRQ1_MASK_18, 0x1f7df0ff },
3940

4041
/* These are not reset by a soft-reset, so patch to defaults. */
4142
{ CS35L56_MAIN_RENDER_USER_MUTE, 0x00000000 },

0 commit comments

Comments
 (0)