Update of /cvsroot/alsa/alsa-kernel/Documentation/DocBook
In directory sc8-pr-cvs1:/tmp/cvs-serv16846

Modified Files:
        writing-an-alsa-driver.tmpl 
Log Message:
fix typos



Index: writing-an-alsa-driver.tmpl
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/Documentation/DocBook/writing-an-alsa-driver.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- writing-an-alsa-driver.tmpl 3 Jul 2003 11:37:29 -0000       1.12
+++ writing-an-alsa-driver.tmpl 11 Aug 2003 12:37:56 -0000      1.13
@@ -438,7 +438,7 @@
   // chip-specific constructor
   // (see "Management of Cards and Components")
   static int __devinit snd_mychip_create(snd_card_t *card,
-                                         struct pci_device *pci,
+                                         struct pci_dev *pci,
                                          mychip_t **rchip)
   {
           mychip_t *chip;
@@ -1915,7 +1915,7 @@
   };
 
   /* open callback */
-  static int snd_mychip_pcm_open(snd_pcm_substream_t *subs)
+  static int snd_mychip_pcm_open(snd_pcm_substream_t *substream)
   {
           mychip_t *chip = snd_pcm_substream_chip(substream);
           snd_pcm_runtime_t *runtime = substream->runtime;
@@ -2716,7 +2716,7 @@
           <informalexample>
             <programlisting>
 <![CDATA[
-  static int snd_xxx_open(snd_pcm_substream_t *subs);
+  static int snd_xxx_open(snd_pcm_substream_t *substream);
 ]]>
             </programlisting>
           </informalexample>
@@ -2767,7 +2767,7 @@
           <informalexample>
             <programlisting>
 <![CDATA[
-  static int snd_xxx_close(snd_pcm_substream_t *subs);
+  static int snd_xxx_close(snd_pcm_substream_t *substream);
 ]]>
             </programlisting>
           </informalexample>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to