Reorganized configuration files (card->type removal).

This commit is contained in:
Jaroslav Kysela 2001-06-24 23:16:17 +00:00
parent 828562a5ee
commit 25947ba008
15 changed files with 136 additions and 1125 deletions

View file

@ -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