mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-23 04:06:30 +01:00
Corrected message
This commit is contained in:
parent
363a4a4c25
commit
c9510a21da
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ static int config_enumerated(snd_config_t *n, snd_ctl_t *handle,
|
||||||
snd_ctl_elem_info_set_item(info, idx);
|
snd_ctl_elem_info_set_item(info, idx);
|
||||||
err = snd_ctl_elem_info(handle, info);
|
err = snd_ctl_elem_info(handle, info);
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
error("snd_ctl_card_info: %s", snd_strerror(err));
|
error("snd_ctl_elem_info: %s", snd_strerror(err));
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
if (strcmp(str, snd_ctl_elem_info_get_item_name(info)) == 0)
|
if (strcmp(str, snd_ctl_elem_info_get_item_name(info)) == 0)
|
||||||
|
|
Loading…
Reference in a new issue