Re: [PATCH 5/5] ASoC: cs34l45: Hibernation support

From: Vlad Karpovich
Date: Thu Mar 02 2023 - 12:59:28 EST


The CS35L45 features a low-power Hibernation State. In this state, all register contents are lost, but the contents of
RAM are retained. In the Hibernation State, only always-on digital functions to support wake-up are enabled.
Entry to this state is achieved via the register interface (either by an external driver using the control port, or the
programmable DSP). Exit from this state is triggered by activity on device GPIO pins, intended SPI transaction, or I2C
transaction with intended slave address

On 3/2/23 11:19, Mark Brown wrote:
On Thu, Mar 02, 2023 at 11:11:54AM -0600, Vlad Karpovich wrote:
From: "Vlad.Karpovich" <vkarpovi@xxxxxxxxxxxxxxxxxxxxx>

Adds support for the amplifier hibernation controlled by
DSP firmware.
What is amplifier hibernation?