Skip to content

Commit 18789be

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs35l56: Disable low-power hibernation mode
Do not allow the CS35L56 to be put into its lowest power "hibernation" mode. This only affects I2C because "hibernation" is already disabled on SPI and SoundWire. Recent firmwares need a different wake-up sequence. Until that sequence has been specified, the chip "hibernation" mode must be disabled otherwise it can intermittently fail to wake. THIS WILL NOT APPLY CLEANLY TO 6.5 AND EARLIER: We will send a separate backport patch to stable. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20230912133841.3480466-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1263cc0 commit 18789be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/cs35l56-i2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ static int cs35l56_i2c_probe(struct i2c_client *client)
2727
return -ENOMEM;
2828

2929
cs35l56->base.dev = dev;
30-
cs35l56->base.can_hibernate = true;
3130

3231
i2c_set_clientdata(client, cs35l56);
3332
cs35l56->base.regmap = devm_regmap_init_i2c(client, regmap_config);

0 commit comments

Comments
 (0)