Searched refs:snd_pcm_info (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/uapi/sound/ |
| H A D | asound.h | |
| /linux/include/uapi/sound/ |
| H A D | asound.h | 339 struct snd_pcm_info { struct 676 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1217 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
| /linux/tools/perf/trace/beauty/include/uapi/sound/ |
| H A D | asound.h | 339 struct snd_pcm_info { struct 676 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1217 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
| /linux/include/sound/ |
| H A D | pcm.h | 584 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info); 586 struct snd_pcm_info __user *info);
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 221 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function 243 struct snd_pcm_info __user * _info) in snd_pcm_info_user() 246 struct snd_pcm_info *info __free(kfree) = in snd_pcm_info_user() 251 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
|