mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fixed typo
This commit is contained in:
parent
36f01067bf
commit
da51a809a9
1 changed files with 1 additions and 1 deletions
|
|
@ -4215,7 +4215,7 @@ int snd_pcm_slave_conf(snd_config_t *conf, const char **namep,
|
|||
if (snd_config_get_string(conf, &str) >= 0) {
|
||||
err = snd_config_search_alias(snd_config, "pcm_slave", str, &conf);
|
||||
if (err < 0) {
|
||||
SNDERR("unkown pcm_slave %s", str);
|
||||
SNDERR("unknown pcm_slave %s", str);
|
||||
return err;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue