Searched refs:snd_hwdep_info (Results 1 – 4 of 4) sorted by relevance
114 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info);123 #define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info)
97 #define _snd_hwdep_info snd_hwdep_info
119 struct snd_hwdep_info { struct147 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument1106 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
448 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) in snd_hwdep_info() function