浏览代码

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>
Masanari Iida 12 年之前
父节点
当前提交
9ad477a145
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Documentation/sound/alsa/ALSA-Configuration.txt
  2. 1 1
      Documentation/sound/alsa/seq_oss.html

+ 1 - 1
Documentation/sound/alsa/ALSA-Configuration.txt

@@ -912,7 +912,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
     models depending on the codec chip.  The list of available models
     models depending on the codec chip.  The list of available models
     is found in HD-Audio-Models.txt
     is found in HD-Audio-Models.txt
 
 
-    The model name "genric" is treated as a special case.  When this
+    The model name "generic" is treated as a special case.  When this
     model is given, the driver uses the generic codec parser without
     model is given, the driver uses the generic codec parser without
     "codec-patch".  It's sometimes good for testing and debugging.
     "codec-patch".  It's sometimes good for testing and debugging.
 
 

+ 1 - 1
Documentation/sound/alsa/seq_oss.html

@@ -285,7 +285,7 @@ sample data.
 <H4>
 <H4>
 7.2.4 Close Callback</H4>
 7.2.4 Close Callback</H4>
 The <TT>close</TT> callback is called when this device is closed by the
 The <TT>close</TT> callback is called when this device is closed by the
-applicaion. If any private data was allocated in open callback, it must
+application. If any private data was allocated in open callback, it must
 be released in the close callback. The deletion of ALSA port should be
 be released in the close callback. The deletion of ALSA port should be
 done here, too. This callback must not be NULL.
 done here, too. This callback must not be NULL.
 <H4>
 <H4>