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>
This commit is contained in:
Andre Guedes 2018-09-28 14:33:35 -07:00 committed by Takashi Iwai
parent 60d74ce517
commit fd13267637

View file

@ -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;