Skip to content

Commit 534e0cd

Browse files
lucaceresolibroonie
authored andcommitted
ASoC: doc: dapm: fix typos
Fix various typos. Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://lore.kernel.org/r/20240426-dapm-docs-v2-1-87b07547eb5b@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c942a0c commit 534e0cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/sound/soc/dapm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Stream domain
5050
All DAPM power switching decisions are made automatically by consulting an audio
5151
routing map of the whole machine. This map is specific to each machine and
5252
consists of the interconnections between every audio component (including
53-
internal codec components). All audio components that effect power are called
53+
internal codec components). All audio components that affect power are called
5454
widgets hereafter.
5555

5656

@@ -221,7 +221,7 @@ when the Mic is inserted:-::
221221
Codec (BIAS) Domain
222222
-------------------
223223

224-
The codec bias power domain has no widgets and is handled by the codecs DAPM
224+
The codec bias power domain has no widgets and is handled by the codec DAPM
225225
event handler. This handler is called when the codec powerstate is changed wrt
226226
to any stream event or by kernel PM events.
227227

@@ -236,7 +236,7 @@ a virtual widget - a widget with no control bits e.g.
236236

237237
SND_SOC_DAPM_MIXER("AC97 Mixer", SND_SOC_NOPM, 0, 0, NULL, 0),
238238

239-
This can be used to merge to signal paths together in software.
239+
This can be used to merge two signal paths together in software.
240240

241241
After all the widgets have been defined, they can then be added to the DAPM
242242
subsystem individually with a call to snd_soc_dapm_new_control().

0 commit comments

Comments
 (0)