mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Fixed typo
This commit is contained in:
parent
d16192f6f2
commit
e0ef729f41
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ int snd_ctl_open(snd_ctl_t **ctlp, const char *name, int mode)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!open) {
|
if (!open_name) {
|
||||||
open_name = buf;
|
open_name = buf;
|
||||||
snprintf(buf, sizeof(buf), "_snd_ctl_%s_open", str);
|
snprintf(buf, sizeof(buf), "_snd_ctl_%s_open", str);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue