From: Andre Guedes Date: Fri, 28 Sep 2018 21:33:35 +0000 (-0700) Subject: ioplug: Fix comment in struct snd_pcm_ioplug X-Git-Tag: v1.1.7~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fd13267637257d2437172b1a3f3ab5642666cdc2;p=alsa-lib.git ioplug: Fix comment in struct snd_pcm_ioplug 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 Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- 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;