OSDN Git Service

Fixed typo
authorJaroslav Kysela <perex@perex.cz>
Mon, 11 Mar 2002 13:19:28 +0000 (13:19 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Mar 2002 13:19:28 +0000 (13:19 +0000)
src/pcm/pcm_plugin.c

index 0cb60a7..87fa4de 100644 (file)
@@ -504,7 +504,7 @@ snd_pcm_sframes_t snd_pcm_plugin_avail_update(snd_pcm_t *pcm)
            pcm->access != SND_PCM_ACCESS_RW_NONINTERLEAVED)
                goto _capture;
        if (plugin->client_frames) {
-               plugin->hw_ptr = plugin->client_frames(slave, *slave->hw_ptr);
+               plugin->hw_ptr = plugin->client_frames(pcm, *slave->hw_ptr);
                if (slave_size <= 0)
                        return slave_size;
                return plugin->client_frames(pcm, slave_size);