All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typos in writing-an-alsa-driver
@ 2006-01-25 21:10 Giuliano Pochini
  2006-01-27 12:03 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Pochini @ 2006-01-25 21:10 UTC (permalink / raw)
  To: Alsa-devel



Signed-off-by: Giuliano Pochini <pochini@shiny.it>

--- alsa-kernel/Documentation/DocBook/writing-an-alsa-driver.tmpl__orig	2006-01-25 21:55:07.000000000 +0100
+++ alsa-kernel/Documentation/DocBook/writing-an-alsa-driver.tmpl	2006-01-25 22:02:40.000000000 +0100
@@ -5206,14 +5206,14 @@
         You need to pass the <function>snd_dma_pci_data(pci)</function>,
         where pci is the struct <structname>pci_dev</structname> pointer
         of the chip as well.
-        The <type>snd_sg_buf_t</type> instance is created as
+        The <type>struct snd_sg_buf</type> instance is created as
         substream-&gt;dma_private. You can cast
         the pointer like: 
 
         <informalexample>
           <programlisting>
 <![CDATA[
-  struct snd_sg_buf *sgbuf = (struct snd_sg_buf_t*)substream->dma_private;
+  struct snd_sg_buf *sgbuf = (struct snd_sg_buf *)substream->dma_private;
 ]]>
           </programlisting>
         </informalexample>


--
Giuliano.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix typos in writing-an-alsa-driver
  2006-01-25 21:10 [PATCH] fix typos in writing-an-alsa-driver Giuliano Pochini
@ 2006-01-27 12:03 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-01-27 12:03 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Alsa-devel

At Wed, 25 Jan 2006 22:10:06 +0100,
Giuliano Pochini wrote:
> 
> 
> 
> Signed-off-by: Giuliano Pochini <pochini@shiny.it>
> 
> --- alsa-kernel/Documentation/DocBook/writing-an-alsa-driver.tmpl__orig	2006-01-25 21:55:07.000000000 +0100
> +++ alsa-kernel/Documentation/DocBook/writing-an-alsa-driver.tmpl	2006-01-25 22:02:40.000000000 +0100
> @@ -5206,14 +5206,14 @@
>          You need to pass the <function>snd_dma_pci_data(pci)</function>,
>          where pci is the struct <structname>pci_dev</structname> pointer
>          of the chip as well.
> -        The <type>snd_sg_buf_t</type> instance is created as
> +        The <type>struct snd_sg_buf</type> instance is created as
>          substream-&gt;dma_private. You can cast
>          the pointer like: 
>  
>          <informalexample>
>            <programlisting>
>  <![CDATA[
> -  struct snd_sg_buf *sgbuf = (struct snd_sg_buf_t*)substream->dma_private;
> +  struct snd_sg_buf *sgbuf = (struct snd_sg_buf *)substream->dma_private;
>  ]]>
>            </programlisting>
>          </informalexample>
> 
> 
> --
> Giuliano.

Applied.  Thanks.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-27 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-25 21:10 [PATCH] fix typos in writing-an-alsa-driver Giuliano Pochini
2006-01-27 12:03 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.