]> git.alsa-project.org Git - alsa-lib.git/commitdiff
fixed missing root argument.
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Jun 2002 11:31:21 +0000 (11:31 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Jun 2002 11:31:21 +0000 (11:31 +0000)
now null plugin works fine.

src/pcm/pcm_null.c

index 253606a852acfa8cb5f581ebfb0696b02e40d138..4c85c9765c647de0cf51c646fef3fc55393473e5 100644 (file)
@@ -432,7 +432,7 @@ pcm.name {
  *          changed in future.
  */
 int _snd_pcm_null_open(snd_pcm_t **pcmp, const char *name,
-                      snd_config_t *conf, 
+                      snd_config_t *root, snd_config_t *conf, 
                       snd_pcm_stream_t stream, int mode)
 {
        snd_config_iterator_t i, next;