]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ioplug: Fix comment in struct snd_pcm_ioplug
authorAndre Guedes <andre.guedes@intel.com>
Fri, 28 Sep 2018 21:33:35 +0000 (14:33 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Oct 2018 15:56:51 +0000 (17:56 +0200)
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>
include/pcm_ioplug.h

index b16fc8b80f865e847eb8c4f586c460ca03c20c21..81ac8613130c4edb8bb5b6ab71fdbcdf0ca7942e 100644 (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;