mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
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:
parent
60d74ce517
commit
fd13267637
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue