Commit ba35c3a5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Takashi Iwai
Browse files

Documentation: sound: correct spelling



Correct spelling problems for Documentation/sound/ as reported
by codespell.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20230127064005.1558-27-rdunlap@infradead.org


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 47c59e0c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ dsp_map
    PCM device number maps assigned to the 1st OSS device;
    Default: 0
adsp_map
    PCM device number maps assigned to the 2st OSS device;
    PCM device number maps assigned to the 2nd OSS device;
    Default: 1
nonblock_open
    Don't block opening busy PCM devices;
@@ -97,7 +97,7 @@ midi_map
    MIDI device number maps assigned to the 1st OSS device;
    Default: 0
amidi_map
    MIDI device number maps assigned to the 2st OSS device;
    MIDI device number maps assigned to the 2nd OSS device;
    Default: 1

Module snd-soc-core
@@ -727,9 +727,9 @@ Module for EMU10K1/EMU10k2 based PCI sound cards.
* Sound Blaster Audigy
	
extin
    bitmap of available external inputs for FX8010 (see bellow)
    bitmap of available external inputs for FX8010 (see below)
extout
    bitmap of available external outputs for FX8010 (see bellow)
    bitmap of available external outputs for FX8010 (see below)
seq_ports
    allocated sequencer ports (4 by default)
max_synth_voices
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Digital mixer controls
======================

These controls are built using the DSP instructions. They offer extended
functionality. Only the default build-in code in the ALSA driver is described
functionality. Only the default built-in code in the ALSA driver is described
here. Note that the controls work as attenuators: the maximum value is the 
neutral position leaving the signal unchanged. Note that if the  same destination 
is mentioned in multiple controls, the signal is accumulated and can be wrapped 
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ IEC958 Output
    S/PDIF should output the same signal as channel 3+4. [untested!]


Digitial output selectors
Digital output selectors
    These switches allow a direct digital routing from the ADCs to the DACs.
    Each switch determines where the digital input data to one of the DACs comes from.
    They are not supported by the ESI windows driver.
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Digital mixer controls
======================

These controls are built using the DSP instructions. They offer extended
functionality. Only the default build-in code in the ALSA driver is described
functionality. Only the default built-in code in the ALSA driver is described
here. Note that the controls work as attenuators: the maximum value is the 
neutral position leaving the signal unchanged. Note that if the  same destination 
is mentioned in multiple controls, the signal is accumulated and can be wrapped 
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Why we need Jack kcontrols
ALSA uses kcontrols to export audio controls(switch, volume, Mux, ...)
to user space. This means userspace applications like pulseaudio can
switch off headphones and switch on speakers when no headphones are
pluged in.
plugged in.

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