mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Removed snd_ctl_card_info_t->mixerid and added the components member.
This commit is contained in:
parent
b561011c2b
commit
b0cef8e666
2 changed files with 12 additions and 12 deletions
|
|
@ -210,8 +210,8 @@ const char *snd_ctl_card_info_get_id(const snd_ctl_card_info_t *obj);
|
|||
const char *snd_ctl_card_info_get_driver(const snd_ctl_card_info_t *obj);
|
||||
const char *snd_ctl_card_info_get_name(const snd_ctl_card_info_t *obj);
|
||||
const char *snd_ctl_card_info_get_longname(const snd_ctl_card_info_t *obj);
|
||||
const char *snd_ctl_card_info_get_mixerid(const snd_ctl_card_info_t *obj);
|
||||
const char *snd_ctl_card_info_get_mixername(const snd_ctl_card_info_t *obj);
|
||||
const char *snd_ctl_card_info_get_components(const snd_ctl_card_info_t *obj);
|
||||
|
||||
size_t snd_ctl_event_sizeof(void);
|
||||
/** \hideinitializer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue