Home
last modified time | relevance | path

Searched defs:snd_hwdep_info (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasound.h119 struct snd_hwdep_info { struct
120 unsigned int device; /* WR: device number */
121 int card; /* R: card number */
122 unsigned char id[64]; /* ID (user selectable) */
123 unsigned char name[80]; /* hwdep name */
147 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/third_party/alsa-lib/src/hwdep/
Dhwdep.c448 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) in snd_hwdep_info() function