mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
control: shm - add missing continue to _snd_ctl_shm_open()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3cfbacdc34
commit
10e2490023
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ int _snd_ctl_shm_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_c
|
|||
if (snd_config_get_id(n, &id) < 0)
|
||||
continue;
|
||||
if (_snd_conf_generic_id(id))
|
||||
continue;
|
||||
if (strcmp(id, "server") == 0) {
|
||||
err = snd_config_get_string(n, &server);
|
||||
if (err < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue