ALSA Library Reference Manual
DECLARATION
typedef struct snd_hwdep_info
{
unsigned int type; /* type of card - look to SND_CARD_TYPE_XXXX */
unsigned char id[64]; /* ID of this hardware dependent device (user selectable) */
unsigned char name[80]; /* name of this hardware dependent device */
unsigned int hw_type; /* hardware depedent device type */
unsigned char reserved[64]; /* reserved for future */
}
snd_hwdep_info_t;
REFERENCE