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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound.h100 struct snd_hwdep_info { struct
129 SNDRV_HWDEP_IOCTL_INFO = _IOR ('H', 0x01, struct snd_hwdep_info),
849 SNDRV_CTL_IOCTL_HWDEP_INFO = _IOR('U', 0x21, struct snd_hwdep_info),

Completed in 41 milliseconds