Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h310 struct snd_pcm_info { struct
556 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
965 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/linux-4.4.14/sound/core/
Dpcm.c112 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
120 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
339 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
349 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
Dpcm_native.c197 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
225 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
227 struct snd_pcm_info *info; in snd_pcm_info_user()
233 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
/linux-4.4.14/include/sound/
Dpcm.h561 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
563 struct snd_pcm_info __user *info);