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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dhwdep.h102 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info);
111 #define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhwdep.c180 static int snd_hwdep_info(struct snd_hwdep *hw, function
181 struct snd_hwdep_info __user *_info)
183 struct snd_hwdep_info info;
244 return snd_hwdep_info(hw, argp);
290 struct snd_hwdep_info __user *info = (struct snd_hwdep_info __user *)arg;
299 err = snd_hwdep_info(hwdep, info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h103 struct snd_hwdep_info { struct
131 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info)
861 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep.c444 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) function

Completed in 59 milliseconds