fixed missing root argument.

now null plugin works fine.
This commit is contained in:
Takashi Iwai 2002-06-11 11:31:21 +00:00
parent a09bda7a61
commit 05b64bad5a

View 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;