Skip to content

Commit ba35c3a

Browse files
rddunlaptiwai
authored andcommitted
Documentation: sound: correct spelling
Correct spelling problems for Documentation/sound/ as reported by codespell. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Cc: [email protected] Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 47c59e0 commit ba35c3a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Documentation/sound/alsa-configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dsp_map
7070
PCM device number maps assigned to the 1st OSS device;
7171
Default: 0
7272
adsp_map
73-
PCM device number maps assigned to the 2st OSS device;
73+
PCM device number maps assigned to the 2nd OSS device;
7474
Default: 1
7575
nonblock_open
7676
Don't block opening busy PCM devices;
@@ -97,7 +97,7 @@ midi_map
9797
MIDI device number maps assigned to the 1st OSS device;
9898
Default: 0
9999
amidi_map
100-
MIDI device number maps assigned to the 2st OSS device;
100+
MIDI device number maps assigned to the 2nd OSS device;
101101
Default: 1
102102

103103
Module snd-soc-core
@@ -727,9 +727,9 @@ Module for EMU10K1/EMU10k2 based PCI sound cards.
727727
* Sound Blaster Audigy
728728

729729
extin
730-
bitmap of available external inputs for FX8010 (see bellow)
730+
bitmap of available external inputs for FX8010 (see below)
731731
extout
732-
bitmap of available external outputs for FX8010 (see bellow)
732+
bitmap of available external outputs for FX8010 (see below)
733733
seq_ports
734734
allocated sequencer ports (4 by default)
735735
max_synth_voices

Documentation/sound/cards/audigy-mixer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Digital mixer controls
1717
======================
1818

1919
These controls are built using the DSP instructions. They offer extended
20-
functionality. Only the default build-in code in the ALSA driver is described
20+
functionality. Only the default built-in code in the ALSA driver is described
2121
here. Note that the controls work as attenuators: the maximum value is the
2222
neutral position leaving the signal unchanged. Note that if the same destination
2323
is mentioned in multiple controls, the signal is accumulated and can be wrapped

Documentation/sound/cards/maya44.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ IEC958 Output
156156
S/PDIF should output the same signal as channel 3+4. [untested!]
157157

158158

159-
Digitial output selectors
159+
Digital output selectors
160160
These switches allow a direct digital routing from the ADCs to the DACs.
161161
Each switch determines where the digital input data to one of the DACs comes from.
162162
They are not supported by the ESI windows driver.

Documentation/sound/cards/sb-live-mixer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Digital mixer controls
3131
======================
3232

3333
These controls are built using the DSP instructions. They offer extended
34-
functionality. Only the default build-in code in the ALSA driver is described
34+
functionality. Only the default built-in code in the ALSA driver is described
3535
here. Note that the controls work as attenuators: the maximum value is the
3636
neutral position leaving the signal unchanged. Note that if the same destination
3737
is mentioned in multiple controls, the signal is accumulated and can be wrapped

Documentation/sound/designs/jack-controls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Why we need Jack kcontrols
88
ALSA uses kcontrols to export audio controls(switch, volume, Mux, ...)
99
to user space. This means userspace applications like pulseaudio can
1010
switch off headphones and switch on speakers when no headphones are
11-
pluged in.
11+
plugged in.
1212

1313
The old ALSA jack code only created input devices for each registered
1414
jack. These jack input devices are not readable by userspace devices

Documentation/sound/designs/seq-oss.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if you use an AWE64 card, you'll see like the following:
9696
Number of synth devices: 1
9797
synth 0: [EMU8000]
9898
type 0x1 : subtype 0x20 : voices 32
99-
capabilties : ioctl enabled / load_patch enabled
99+
capabilities : ioctl enabled / load_patch enabled
100100

101101
Number of MIDI devices: 3
102102
midi 0: [Emu8000 Port-0] ALSA port 65:0

Documentation/sound/hd-audio/notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ add_jack_modes (bool)
500500
change the headphone amp and mic bias VREF capabilities
501501
power_save_node (bool)
502502
advanced power management for each widget, controlling the power
503-
sate (D0/D3) of each widget node depending on the actual pin and
503+
state (D0/D3) of each widget node depending on the actual pin and
504504
stream states
505505
power_down_unused (bool)
506506
power down the unused widgets, a subset of power_save_node, and

0 commit comments

Comments
 (0)