From: Takashi Iwai Date: Tue, 11 Jun 2002 11:31:21 +0000 (+0000) Subject: fixed missing root argument. X-Git-Tag: v1.0.3~424 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=05b64bad5a6817edbf4666dc42d8a2eec94aad6a;p=alsa-lib.git fixed missing root argument. now null plugin works fine. --- diff --git a/src/pcm/pcm_null.c b/src/pcm/pcm_null.c index 253606a8..4c85c976 100644 --- a/src/pcm/pcm_null.c +++ b/src/pcm/pcm_null.c @@ -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;