diff options
| author | Armin Mahdilou <armin.mahdilou@gmail.com> | 2025-02-10 20:25:31 +0100 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-02-18 14:01:22 -0700 |
| commit | 56f2399f0e9063973f5ca65626d6effb2d2e1ee7 (patch) | |
| tree | aed0108528dd3f10c12ab93fae1c1f6c5d81682c /Documentation/sound/soc | |
| parent | eb0c714120ba13557f820e8b3ccea99c1cc86be2 (diff) | |
Documentation: typo fixes
Fixed some spelling issues in documentations.
Signed-off-by: Armin Mahdilou <Armin.Mahdilou@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250210192754.30283-1-Armin.Mahdilou@gmail.com
Diffstat (limited to 'Documentation/sound/soc')
| -rw-r--r-- | Documentation/sound/soc/machine.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/soc/machine.rst b/Documentation/sound/soc/machine.rst index 9db132bc0070..1828f5edca3e 100644 --- a/Documentation/sound/soc/machine.rst +++ b/Documentation/sound/soc/machine.rst @@ -75,7 +75,7 @@ In the above struct, dai’s are registered using names but you can pass either dai name or device tree node but not both. Also, names used here for cpu/codec/platform dais should be globally unique. -Additionaly below example macro can be used to register cpu, codec and +Additionally below example macro can be used to register cpu, codec and platform dai:: SND_SOC_DAILINK_DEFS(wm2200_cpu_dsp, |
