Home
last modified time | relevance | path

Searched refs:snd_hwdep_info (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dhwdep.h114 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)
Dlocal.h97 #define _snd_hwdep_info snd_hwdep_info
/third_party/alsa-lib/include/sound/uapi/
Dasound.h119 struct snd_hwdep_info { struct
147 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
1106 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
/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