Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_PREPARE (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/usb/gadget/function/
H A Du_uac1_legacy.c126 result = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_PREPARE, NULL); in playback_default_hw_params()
164 SNDRV_PCM_IOCTL_PREPARE, NULL); in u_audio_playback()
/linux-6.15/sound/core/
H A Dpcm_compat.c589 case SNDRV_PCM_IOCTL_PREPARE: in snd_pcm_ioctl_compat()
H A Dpcm_native.c3352 case SNDRV_PCM_IOCTL_PREPARE: in snd_pcm_common_ioctl()
3460 case SNDRV_PCM_IOCTL_PREPARE: in snd_pcm_kernel_ioctl()
/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h692 #define SNDRV_PCM_IOCTL_PREPARE _IO('A', 0x40) macro
/linux-6.15/include/uapi/sound/
H A Dasound.h692 #define SNDRV_PCM_IOCTL_PREPARE _IO('A', 0x40) macro
/linux-6.15/sound/core/oss/
H A Dpcm_oss.c1142 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_PREPARE, NULL); in snd_pcm_oss_prepare()