diff mbox series

[alsa-lib] ioplug: Fix comment in struct snd_pcm_ioplug

Message ID 20180928213335.16430-1-andre.guedes@intel.com (mailing list archive)
State New, archived
Headers show
Series [alsa-lib] ioplug: Fix comment in struct snd_pcm_ioplug | expand

Commit Message

Guedes, Andre Sept. 28, 2018, 9:33 p.m. UTC
This patch fixes the comment about 'pcm' field in 'struct
snd_pcm_ioplug' which wrongly refers to snd_pcm_extplug_create().

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
---
 include/pcm_ioplug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Sakamoto Oct. 1, 2018, 11:33 p.m. UTC | #1
Hi,

On Sep 29 2018 06:33, Andre Guedes wrote:
> This patch fixes the comment about 'pcm' field in 'struct
> snd_pcm_ioplug' which wrongly refers to snd_pcm_extplug_create().
> 
> Signed-off-by: Andre Guedes <andre.guedes@intel.com>
> ---
>   include/pcm_ioplug.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

> diff --git a/include/pcm_ioplug.h b/include/pcm_ioplug.h
> index b16fc8b8..81ac8613 100644
> --- a/include/pcm_ioplug.h
> +++ b/include/pcm_ioplug.h
> @@ -105,7 +105,7 @@ struct snd_pcm_ioplug {
>   	 */
>   	void *private_data;
>   	/**
> -	 * PCM handle filled by #snd_pcm_extplug_create()
> +	 * PCM handle filled by #snd_pcm_ioplug_create()
>   	 */
>   	snd_pcm_t *pcm;


Thanks

Takashi Sakamoto
Takashi Iwai Oct. 2, 2018, 3:57 p.m. UTC | #2
On Fri, 28 Sep 2018 23:33:35 +0200,
Andre Guedes wrote:
> 
> This patch fixes the comment about 'pcm' field in 'struct
> snd_pcm_ioplug' which wrongly refers to snd_pcm_extplug_create().
> 
> Signed-off-by: Andre Guedes <andre.guedes@intel.com>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/include/pcm_ioplug.h b/include/pcm_ioplug.h
index b16fc8b8..81ac8613 100644
--- a/include/pcm_ioplug.h
+++ b/include/pcm_ioplug.h
@@ -105,7 +105,7 @@  struct snd_pcm_ioplug {
 	 */
 	void *private_data;
 	/**
-	 * PCM handle filled by #snd_pcm_extplug_create()
+	 * PCM handle filled by #snd_pcm_ioplug_create()
 	 */
 	snd_pcm_t *pcm;