mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Reorganized configuration files (card->type removal).
This commit is contained in:
parent
828562a5ee
commit
25947ba008
15 changed files with 136 additions and 1125 deletions
|
|
@ -987,17 +987,6 @@ int snd_ctl_card_info_get_card(const snd_ctl_card_info_t *obj)
|
|||
return obj->card;
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Get card type from a CTL card info
|
||||
* \param obj CTL card info
|
||||
* \return card type
|
||||
*/
|
||||
snd_card_type_t snd_ctl_card_info_get_type(const snd_ctl_card_info_t *obj)
|
||||
{
|
||||
assert(obj);
|
||||
return snd_int_to_enum(obj->type);
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Get card identificator from a CTL card info
|
||||
* \param obj CTL card info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue