Added missing diagnostics

This commit is contained in:
Abramo Bagnara 2000-11-30 09:40:50 +00:00
parent 3260487fe2
commit b0cd1da822
18 changed files with 321 additions and 116 deletions

View file

@ -403,6 +403,7 @@ int _snd_pcm_null_open(snd_pcm_t **pcmp, char *name,
continue;
if (strcmp(n->id, "stream") == 0)
continue;
ERR("Unknown field %s", n->id);
return -EINVAL;
}
return snd_pcm_null_open(pcmp, name, stream, mode);