File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Stream domain
48
48
stopped respectively. e.g. aplay, arecord.
49
49
50
50
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
52
52
consists of the interconnections between every audio component (including
53
53
internal codec components). All audio components that affect power are called
54
54
widgets hereafter.
@@ -229,7 +229,7 @@ to any stream event or by kernel PM events.
229
229
Virtual Widgets
230
230
---------------
231
231
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
233
233
corresponding soft power control. In this case it is necessary to create
234
234
a virtual widget - a widget with no control bits e.g.
235
235
::
@@ -247,7 +247,7 @@ Codec/DSP Widget Interconnections
247
247
248
248
Widgets are connected to each other within the codec, platform and machine by
249
249
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.
251
251
252
252
This is easiest with a diagram of the codec or DSP (and schematic of the machine
253
253
audio system), as it requires joining widgets together via their audio signal
You can’t perform that action at this time.
0 commit comments