Commit 9ad477a1453be32da4a6f068cc08f9353e224be2
Committed by
Takashi Iwai
1 parent
6d3073e124
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ALSA: documentation: Fix typo in Documentation/sound
Correct spelling typos in Documentation/sound/alsa Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
Documentation/sound/alsa/ALSA-Configuration.txt
... | ... | @@ -912,7 +912,7 @@ |
912 | 912 | models depending on the codec chip. The list of available models |
913 | 913 | is found in HD-Audio-Models.txt |
914 | 914 | |
915 | - The model name "genric" is treated as a special case. When this | |
915 | + The model name "generic" is treated as a special case. When this | |
916 | 916 | model is given, the driver uses the generic codec parser without |
917 | 917 | "codec-patch". It's sometimes good for testing and debugging. |
918 | 918 |
Documentation/sound/alsa/seq_oss.html
... | ... | @@ -285,7 +285,7 @@ |
285 | 285 | <H4> |
286 | 286 | 7.2.4 Close Callback</H4> |
287 | 287 | The <TT>close</TT> callback is called when this device is closed by the |
288 | -applicaion. If any private data was allocated in open callback, it must | |
288 | +application. If any private data was allocated in open callback, it must | |
289 | 289 | be released in the close callback. The deletion of ALSA port should be |
290 | 290 | done here, too. This callback must not be NULL. |
291 | 291 | <H4> |