mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Splitted rawmidi streams. Removed stream constraint on config files
This commit is contained in:
parent
3e091c8822
commit
66f13f6115
21 changed files with 142 additions and 233 deletions
|
|
@ -536,8 +536,6 @@ int _snd_seq_hw_open(snd_seq_t **handlep, char *name, snd_config_t *conf,
|
|||
continue;
|
||||
if (strcmp(id, "type") == 0)
|
||||
continue;
|
||||
if (strcmp(id, "streams") == 0)
|
||||
continue;
|
||||
return -EINVAL;
|
||||
}
|
||||
return snd_seq_hw_open(handlep, name, streams, mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue