Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dasound.h289 struct snd_pcm_info { struct
462 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
866 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
Dpcm.h488 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
490 struct snd_pcm_info __user *info);
/linux-2.6.39/sound/core/
Dpcm.c107 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
115 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
325 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
337 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
Dpcm_native.c95 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
123 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
125 struct snd_pcm_info *info; in snd_pcm_info_user()
131 err = snd_pcm_info(substream, info); in snd_pcm_info_user()