Skip to content

Commit 7d0e761

Browse files
lucaceresolibroonie
authored andcommitted
ASoC: doc: dapm: replace "map" with "graph"
DAPM is actually based on a graph, so use this specific term instead of the more generic "map". Reviewed-by: Alexandre Belloni <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3233a68 commit 7d0e761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/sound/soc/dapm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Stream domain
4848
stopped respectively. e.g. aplay, arecord.
4949

5050
All DAPM power switching decisions are made automatically by consulting an audio
51-
routing map of the whole machine. This map is specific to each machine and
51+
routing graph of the whole machine. This graph is specific to each machine and
5252
consists of the interconnections between every audio component (including
5353
internal codec components). All audio components that affect power are called
5454
widgets hereafter.
@@ -229,7 +229,7 @@ to any stream event or by kernel PM events.
229229
Virtual Widgets
230230
---------------
231231

232-
Sometimes widgets exist in the codec or machine audio map that don't have any
232+
Sometimes widgets exist in the codec or machine audio graph that don't have any
233233
corresponding soft power control. In this case it is necessary to create
234234
a virtual widget - a widget with no control bits e.g.
235235
::
@@ -247,7 +247,7 @@ Codec/DSP Widget Interconnections
247247

248248
Widgets are connected to each other within the codec, platform and machine by
249249
audio paths (called interconnections). Each interconnection must be defined in
250-
order to create a map of all audio paths between widgets.
250+
order to create a graph of all audio paths between widgets.
251251

252252
This is easiest with a diagram of the codec or DSP (and schematic of the machine
253253
audio system), as it requires joining widgets together via their audio signal

0 commit comments

Comments
 (0)