diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-28 23:05:02 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-29 06:38:04 -0400 |
commit | b327d25c1c3d475d1d1217be520801283e8bdf29 (patch) | |
tree | 3d9857e6f63686b799e47c428b71c74e9258536d /Documentation/sound/alsa | |
parent | 60f6fef877d52525b8887d27cfacf74a279e3e12 (diff) |
ALSA: Fix typo in documentation/alsa
Correct spelling typo in documentation/alsa
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 2 | ||||
-rw-r--r-- | Documentation/sound/alsa/Audiophile-Usb.txt | 2 | ||||
-rw-r--r-- | Documentation/sound/alsa/CMIPCI.txt | 2 | ||||
-rw-r--r-- | Documentation/sound/alsa/compress_offload.txt | 6 | ||||
-rw-r--r-- | Documentation/sound/alsa/soc/DPCM.txt | 4 | ||||
-rw-r--r-- | Documentation/sound/alsa/soc/dapm.txt | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 95731a08f257..b8dd0df76952 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -616,7 +616,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
616 | 616 | ||
617 | As default, snd-dummy drivers doesn't allocate the real buffers | 617 | As default, snd-dummy drivers doesn't allocate the real buffers |
618 | but either ignores read/write or mmap a single dummy page to all | 618 | but either ignores read/write or mmap a single dummy page to all |
619 | buffer pages, in order to save the resouces. If your apps need | 619 | buffer pages, in order to save the resources. If your apps need |
620 | the read/ written buffer data to be consistent, pass fake_buffer=0 | 620 | the read/ written buffer data to be consistent, pass fake_buffer=0 |
621 | option. | 621 | option. |
622 | 622 | ||
diff --git a/Documentation/sound/alsa/Audiophile-Usb.txt b/Documentation/sound/alsa/Audiophile-Usb.txt index 654dd3b694a8..e7a5ed4dcae8 100644 --- a/Documentation/sound/alsa/Audiophile-Usb.txt +++ b/Documentation/sound/alsa/Audiophile-Usb.txt | |||
@@ -232,7 +232,7 @@ The parameter can be given: | |||
232 | # modprobe snd-usb-audio index=1 device_setup=0x09 | 232 | # modprobe snd-usb-audio index=1 device_setup=0x09 |
233 | 233 | ||
234 | * Or while configuring the modules options in your modules configuration file | 234 | * Or while configuring the modules options in your modules configuration file |
235 | (tipically a .conf file in /etc/modprobe.d/ directory: | 235 | (typically a .conf file in /etc/modprobe.d/ directory: |
236 | alias snd-card-1 snd-usb-audio | 236 | alias snd-card-1 snd-usb-audio |
237 | options snd-usb-audio index=1 device_setup=0x09 | 237 | options snd-usb-audio index=1 device_setup=0x09 |
238 | 238 | ||
diff --git a/Documentation/sound/alsa/CMIPCI.txt b/Documentation/sound/alsa/CMIPCI.txt index 16935c8561f7..4e36e6e809ca 100644 --- a/Documentation/sound/alsa/CMIPCI.txt +++ b/Documentation/sound/alsa/CMIPCI.txt | |||
@@ -87,7 +87,7 @@ with 4 channels, | |||
87 | 87 | ||
88 | and use the interleaved 4 channel data. | 88 | and use the interleaved 4 channel data. |
89 | 89 | ||
90 | There are some control switchs affecting to the speaker connections: | 90 | There are some control switches affecting to the speaker connections: |
91 | 91 | ||
92 | "Line-In Mode" - an enum control to change the behavior of line-in | 92 | "Line-In Mode" - an enum control to change the behavior of line-in |
93 | jack. Either "Line-In", "Rear Output" or "Bass Output" can | 93 | jack. Either "Line-In", "Rear Output" or "Bass Output" can |
diff --git a/Documentation/sound/alsa/compress_offload.txt b/Documentation/sound/alsa/compress_offload.txt index fd74ff26376e..630c492c3dc2 100644 --- a/Documentation/sound/alsa/compress_offload.txt +++ b/Documentation/sound/alsa/compress_offload.txt | |||
@@ -217,12 +217,12 @@ Not supported: | |||
217 | would be enabled with ALSA kcontrols. | 217 | would be enabled with ALSA kcontrols. |
218 | 218 | ||
219 | - Audio policy/resource management. This API does not provide any | 219 | - Audio policy/resource management. This API does not provide any |
220 | hooks to query the utilization of the audio DSP, nor any premption | 220 | hooks to query the utilization of the audio DSP, nor any preemption |
221 | mechanisms. | 221 | mechanisms. |
222 | 222 | ||
223 | - No notion of underun/overrun. Since the bytes written are compressed | 223 | - No notion of underrun/overrun. Since the bytes written are compressed |
224 | in nature and data written/read doesn't translate directly to | 224 | in nature and data written/read doesn't translate directly to |
225 | rendered output in time, this does not deal with underrun/overun and | 225 | rendered output in time, this does not deal with underrun/overrun and |
226 | maybe dealt in user-library | 226 | maybe dealt in user-library |
227 | 227 | ||
228 | Credits: | 228 | Credits: |
diff --git a/Documentation/sound/alsa/soc/DPCM.txt b/Documentation/sound/alsa/soc/DPCM.txt index aa8546f2d144..0110180b7ac6 100644 --- a/Documentation/sound/alsa/soc/DPCM.txt +++ b/Documentation/sound/alsa/soc/DPCM.txt | |||
@@ -192,7 +192,7 @@ This BE DAI link connects DAI0 to the codec (in this case RT5460 AIF1). It sets | |||
192 | the "no_pcm" flag to mark it has a BE and sets flags for supported stream | 192 | the "no_pcm" flag to mark it has a BE and sets flags for supported stream |
193 | directions using "dpcm_playback" and "dpcm_capture" above. | 193 | directions using "dpcm_playback" and "dpcm_capture" above. |
194 | 194 | ||
195 | The BE has also flags set for ignoreing suspend and PM down time. This allows | 195 | The BE has also flags set for ignoring suspend and PM down time. This allows |
196 | the BE to work in a hostless mode where the host CPU is not transferring data | 196 | the BE to work in a hostless mode where the host CPU is not transferring data |
197 | like a BT phone call :- | 197 | like a BT phone call :- |
198 | 198 | ||
@@ -328,7 +328,7 @@ The host can control the hostless link either by :- | |||
328 | between both DAIs. | 328 | between both DAIs. |
329 | 329 | ||
330 | 2) Hostless FE. This FE has a virtual connection to the BE DAI links on the DAPM | 330 | 2) Hostless FE. This FE has a virtual connection to the BE DAI links on the DAPM |
331 | graph. Control is then carried out by the FE as regualar PCM operations. | 331 | graph. Control is then carried out by the FE as regular PCM operations. |
332 | This method gives more control over the DAI links, but requires much more | 332 | This method gives more control over the DAI links, but requires much more |
333 | userspace code to control the link. Its recommended to use CODEC<->CODEC | 333 | userspace code to control the link. Its recommended to use CODEC<->CODEC |
334 | unless your HW needs more fine grained sequencing of the PCM ops. | 334 | unless your HW needs more fine grained sequencing of the PCM ops. |
diff --git a/Documentation/sound/alsa/soc/dapm.txt b/Documentation/sound/alsa/soc/dapm.txt index 7dfd88ce31ac..6faab4880006 100644 --- a/Documentation/sound/alsa/soc/dapm.txt +++ b/Documentation/sound/alsa/soc/dapm.txt | |||
@@ -30,7 +30,7 @@ There are 4 power domains within DAPM | |||
30 | machine driver and responds to asynchronous events e.g when HP | 30 | machine driver and responds to asynchronous events e.g when HP |
31 | are inserted | 31 | are inserted |
32 | 32 | ||
33 | 3. Path domain - audio susbsystem signal paths | 33 | 3. Path domain - audio subsystem signal paths |
34 | Automatically set when mixer and mux settings are changed by the user. | 34 | Automatically set when mixer and mux settings are changed by the user. |
35 | e.g. alsamixer, amixer. | 35 | e.g. alsamixer, amixer. |
36 | 36 | ||
@@ -64,7 +64,7 @@ Audio DAPM widgets fall into a number of types:- | |||
64 | o Speaker - Speaker | 64 | o Speaker - Speaker |
65 | o Supply - Power or clock supply widget used by other widgets. | 65 | o Supply - Power or clock supply widget used by other widgets. |
66 | o Regulator - External regulator that supplies power to audio components. | 66 | o Regulator - External regulator that supplies power to audio components. |
67 | o Clock - External clock that supplies clock to audio componnents. | 67 | o Clock - External clock that supplies clock to audio components. |
68 | o AIF IN - Audio Interface Input (with TDM slot mask). | 68 | o AIF IN - Audio Interface Input (with TDM slot mask). |
69 | o AIF OUT - Audio Interface Output (with TDM slot mask). | 69 | o AIF OUT - Audio Interface Output (with TDM slot mask). |
70 | o Siggen - Signal Generator. | 70 | o Siggen - Signal Generator. |