diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-25 02:37:02 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-04-25 05:22:42 -0400 |
commit | 8d84c1973b69621bcb89d5d8a69699e8347a3d90 (patch) | |
tree | bea40e12300d1de0558140bd9a5a58411b0a0e51 /Documentation/sound/alsa | |
parent | 34ce71a96dcba24c71b07f1b087bd179b885784d (diff) |
ALSA: doc: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa')
-rw-r--r-- | Documentation/sound/alsa/compress_offload.txt | 2 | ||||
-rw-r--r-- | Documentation/sound/alsa/soc/dapm.txt | 2 | ||||
-rw-r--r-- | Documentation/sound/alsa/soc/overview.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/sound/alsa/compress_offload.txt b/Documentation/sound/alsa/compress_offload.txt index 630c492c3dc2..81476b4d400b 100644 --- a/Documentation/sound/alsa/compress_offload.txt +++ b/Documentation/sound/alsa/compress_offload.txt | |||
@@ -149,7 +149,7 @@ Gapless Playback | |||
149 | ================ | 149 | ================ |
150 | When playing thru an album, the decoders have the ability to skip the encoder | 150 | When playing thru an album, the decoders have the ability to skip the encoder |
151 | delay and padding and directly move from one track content to another. The end | 151 | delay and padding and directly move from one track content to another. The end |
152 | user can perceive this as gapless playback as we dont have silence while | 152 | user can perceive this as gapless playback as we don't have silence while |
153 | switching from one track to another | 153 | switching from one track to another |
154 | 154 | ||
155 | Also, there might be low-intensity noises due to encoding. Perfect gapless is | 155 | Also, there might be low-intensity noises due to encoding. Perfect gapless is |
diff --git a/Documentation/sound/alsa/soc/dapm.txt b/Documentation/sound/alsa/soc/dapm.txt index 6faab4880006..c45bd79f291e 100644 --- a/Documentation/sound/alsa/soc/dapm.txt +++ b/Documentation/sound/alsa/soc/dapm.txt | |||
@@ -132,7 +132,7 @@ SOC_DAPM_SINGLE("HiFi Playback Switch", WM8731_APANA, 4, 1, 0), | |||
132 | SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls, | 132 | SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls, |
133 | ARRAY_SIZE(wm8731_output_mixer_controls)), | 133 | ARRAY_SIZE(wm8731_output_mixer_controls)), |
134 | 134 | ||
135 | If you dont want the mixer elements prefixed with the name of the mixer widget, | 135 | If you don't want the mixer elements prefixed with the name of the mixer widget, |
136 | you can use SND_SOC_DAPM_MIXER_NAMED_CTL instead. the parameters are the same | 136 | you can use SND_SOC_DAPM_MIXER_NAMED_CTL instead. the parameters are the same |
137 | as for SND_SOC_DAPM_MIXER. | 137 | as for SND_SOC_DAPM_MIXER. |
138 | 138 | ||
diff --git a/Documentation/sound/alsa/soc/overview.txt b/Documentation/sound/alsa/soc/overview.txt index ff88f52eec98..f3f28b7ae242 100644 --- a/Documentation/sound/alsa/soc/overview.txt +++ b/Documentation/sound/alsa/soc/overview.txt | |||
@@ -63,7 +63,7 @@ multiple re-usable component drivers :- | |||
63 | and any audio DSP drivers for that platform. | 63 | and any audio DSP drivers for that platform. |
64 | 64 | ||
65 | * Machine class driver: The machine driver class acts as the glue that | 65 | * Machine class driver: The machine driver class acts as the glue that |
66 | decribes and binds the other component drivers together to form an ALSA | 66 | describes and binds the other component drivers together to form an ALSA |
67 | "sound card device". It handles any machine specific controls and | 67 | "sound card device". It handles any machine specific controls and |
68 | machine level audio events (e.g. turning on an amp at start of playback). | 68 | machine level audio events (e.g. turning on an amp at start of playback). |
69 | 69 | ||