]> git.alsa-project.org Git - alsa-lib.git/commitdiff
fixed typos?
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 11:23:21 +0000 (11:23 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 11:23:21 +0000 (11:23 +0000)
now compiled fine..

src/pcm/pcm_plug.c

index 4ee3ae569071d9e125d5bffcbc247461f297b73e..6ae1b46756da6e88c4b2f8077154dc5eb0be5959 100644 (file)
@@ -1012,6 +1012,7 @@ int _snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name,
        snd_config_t *tt = NULL;
        enum snd_pcm_plug_route_policy route_policy = PLUG_ROUTE_POLICY_DEFAULT;
        snd_pcm_route_ttable_entry_t *ttable = NULL;
+       unsigned int csize, ssize;
        unsigned int cused, sused;
        snd_pcm_format_t sformat = SND_PCM_FORMAT_UNKNOWN;
        int schannels = -1, srate = -1;
@@ -1089,7 +1090,7 @@ int _snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name,
        if (err < 0)
                return err;
        err = snd_pcm_plug_open(pcmp, name, sformat, schannels, srate,
-                               route_policy, ttable, MAX_CHANNELS, cused, sused, spcm, 1);
+                               route_policy, ttable, ssize, cused, sused, spcm, 1);
        if (err < 0)
                snd_pcm_close(spcm);
        return err;