[alsa-devel] [PATCH alsa-lib] ioplug: Fix comment in struct snd_pcm_ioplug
Andre Guedes
andre.guedes at intel.com
Fri Sep 28 23:33:35 CEST 2018
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 at intel.com>
---
include/pcm_ioplug.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.14.4
More information about the Alsa-devel
mailing list