]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Added missing argument
authorAbramo Bagnara <abramo@alsa-project.org>
Tue, 27 Mar 2001 15:54:02 +0000 (15:54 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Tue, 27 Mar 2001 15:54:02 +0000 (15:54 +0000)
alsa-oss.c

index e3a2147cd700d36c5c11fbdc5183569fac8753bd..2da9832f2e09fe5e1fc4589ee71857f8bb70fa02 100644 (file)
@@ -545,7 +545,7 @@ static int oss_mixer_open(int card, int device, int oflag, mode_t mode ATTRIBUTE
                return -1;
        }
        fds[fd]->private = mixer;
-       result = snd_mixer_open(&mixer->mix);
+       result = snd_mixer_open(&mixer->mix, 0);
        if (result < 0)
                goto _error;
        result = snd_mixer_attach(mixer->mix, name);