mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 15:29:44 +01:00
mixerid & components change
This commit is contained in:
parent
49829cb0fe
commit
4fc8ecce68
1 changed files with 1 additions and 1 deletions
|
@ -92,8 +92,8 @@ static int info(void)
|
||||||
}
|
}
|
||||||
printf("Card %s '%s'/'%s'\n", card, snd_ctl_card_info_get_id(info),
|
printf("Card %s '%s'/'%s'\n", card, snd_ctl_card_info_get_id(info),
|
||||||
snd_ctl_card_info_get_longname(info));
|
snd_ctl_card_info_get_longname(info));
|
||||||
printf(" Mixer ID : '%s'\n", snd_ctl_card_info_get_mixerid(info));
|
|
||||||
printf(" Mixer name : '%s'\n", snd_ctl_card_info_get_mixername(info));
|
printf(" Mixer name : '%s'\n", snd_ctl_card_info_get_mixername(info));
|
||||||
|
printf(" Components : '%s'\n", snd_ctl_card_info_get_components(info));
|
||||||
if ((err = snd_ctl_elem_list(handle, clist)) < 0) {
|
if ((err = snd_ctl_elem_list(handle, clist)) < 0) {
|
||||||
error("snd_ctl_elem_list failure: %s", snd_strerror(err));
|
error("snd_ctl_elem_list failure: %s", snd_strerror(err));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue