Message ID | 20240416-dapm-docs-v1-3-a818d2819bf6@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | ASoC: doc: dapm: various improvements | expand |
On Tue, Apr 16, 2024 at 07:56:09AM +0200, Luca Ceresoli wrote: > diff --git a/Documentation/sound/soc/dapm.rst b/Documentation/sound/soc/dapm.rst > index 68ef79f539f2..4dfa60519a76 100644 > --- a/Documentation/sound/soc/dapm.rst > +++ b/Documentation/sound/soc/dapm.rst > @@ -5,10 +5,10 @@ Dynamic Audio Power Management for Portable Devices > Description > =========== > > -Dynamic Audio Power Management (DAPM) is designed to allow portable > -Linux devices to use the minimum amount of power within the audio > -subsystem at all times. It is independent of other kernel PM and as > -such, can easily co-exist with the other PM systems. > +Dynamic Audio Power Management (DAPM) is designed to allow portable Linux > +devices to use the minimum amount of power within the audio subsystem at > +all times. It is independent of other kernel power management frameworks > +and, as such, can easily co-exist with them. > > DAPM is also completely transparent to all user space applications as > all power switching is done within the ASoC core. No code changes or > LGTM, thanks! Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
diff --git a/Documentation/sound/soc/dapm.rst b/Documentation/sound/soc/dapm.rst index 68ef79f539f2..4dfa60519a76 100644 --- a/Documentation/sound/soc/dapm.rst +++ b/Documentation/sound/soc/dapm.rst @@ -5,10 +5,10 @@ Dynamic Audio Power Management for Portable Devices Description =========== -Dynamic Audio Power Management (DAPM) is designed to allow portable -Linux devices to use the minimum amount of power within the audio -subsystem at all times. It is independent of other kernel PM and as -such, can easily co-exist with the other PM systems. +Dynamic Audio Power Management (DAPM) is designed to allow portable Linux +devices to use the minimum amount of power within the audio subsystem at +all times. It is independent of other kernel power management frameworks +and, as such, can easily co-exist with them. DAPM is also completely transparent to all user space applications as all power switching is done within the ASoC core. No code changes or
Slightly reword for better readability: replace "PM" -> "power management frameworks", add missing comma. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Documentation/sound/soc/dapm.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)