Searched refs:snd_pcm_kernel_ioctl (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| A D | u_uac1_legacy.c | 123 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DROP, NULL); in playback_default_hw_params() 124 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, params); in playback_default_hw_params() 126 result = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_PREPARE, NULL); in playback_default_hw_params() 163 result = snd_pcm_kernel_ioctl(substream, in u_audio_playback()
|
| /linux/sound/core/oss/ |
| A D | pcm_oss.c | 958 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DROP, NULL); in snd_pcm_oss_change_params_locked() 1142 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_PREPARE, NULL); in snd_pcm_oss_prepare() 1205 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup() 1268 ret = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DRAIN, NULL); in snd_pcm_oss_read3() 1285 ret = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DROP, NULL); in snd_pcm_oss_read3() 1572 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DROP, NULL); in snd_pcm_oss_reset() 1593 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_START, NULL); in snd_pcm_oss_post() 1719 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DRAIN, NULL); in snd_pcm_oss_sync() 1734 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DROP, NULL); in snd_pcm_oss_sync() 2109 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger() [all …]
|
| /linux/include/sound/ |
| A D | pcm.h | 576 int snd_pcm_kernel_ioctl(struct snd_pcm_substream *substream, unsigned int cmd, void *arg);
|
| /linux/sound/core/ |
| A D | pcm_native.c | 3353 int snd_pcm_kernel_ioctl(struct snd_pcm_substream *substream, in snd_pcm_kernel_ioctl() function 3389 EXPORT_SYMBOL(snd_pcm_kernel_ioctl);
|
| /linux/ |
| A D | vmlinux.symvers | 8261 0x00000000 snd_pcm_kernel_ioctl vmlinux EXPORT_SYMBOL
|
| A D | System.map | 49585 ffff800010d3efc0 T snd_pcm_kernel_ioctl
|
| A D | .tmp_System.map | 49585 ffff800010d3efc0 T snd_pcm_kernel_ioctl
|
Completed in 346 milliseconds