Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm.c102 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
109 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
331 struct snd_pcm_info *info __free(kfree) = NULL; in snd_pcm_proc_info_read()
341 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
H A Dpcm_native.c215 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
237 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
239 struct snd_pcm_info *info __free(kfree) = NULL; in snd_pcm_info_user()
245 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
/linux/include/uapi/sound/
H A Dasound.h339 struct snd_pcm_info { struct
675 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
1197 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h339 struct snd_pcm_info { struct
675 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
1197 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/linux/include/sound/
H A Dpcm.h576 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
578 struct snd_pcm_info __user *info);