aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@intel.com>2018-09-28 14:33:35 -0700
committerTakashi Iwai <tiwai@suse.de>2018-10-02 17:56:51 +0200
commitfd13267637257d2437172b1a3f3ab5642666cdc2 (patch)
tree3a5befafbfc7d3c41bb35ab25f05ddd6002427a8
parent60d74ce517f1c6df10e1b257cb92dea17f9932dc (diff)
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 <andre.guedes@intel.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/pcm_ioplug.h2
1 files changed, 1 insertions, 1 deletions
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;