Searched refs:snd_pcm_lib_ioctl (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/sound/virtio/ |
D | virtio_pcm_ops.c | 457 .ioctl = snd_pcm_lib_ioctl,
|
/Linux-v5.15/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 508 .ioctl = snd_pcm_lib_ioctl,
|
/Linux-v5.15/sound/soc/ |
D | soc-component.c | 953 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_soc_pcm_component_ioctl()
|
/Linux-v5.15/sound/core/ |
D | pcm_lib.c | 1765 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, in snd_pcm_lib_ioctl() function 1778 EXPORT_SYMBOL(snd_pcm_lib_ioctl);
|
D | pcm_native.c | 199 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcm_ops_ioctl()
|
/Linux-v5.15/include/sound/ |
D | pcm.h | 1067 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream,
|
/Linux-v5.15/sound/pci/korg1212/ |
D | korg1212.c | 1488 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_korg1212_ioctl()
|
/Linux-v5.15/sound/pci/rme9652/ |
D | rme9652.c | 2058 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_rme9652_ioctl()
|
D | hdsp.c | 4169 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdsp_ioctl()
|
D | hdspm.c | 5747 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdspm_ioctl()
|
/Linux-v5.15/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1919 function :c:func:`snd_pcm_lib_ioctl()`. If you need to deal with the
|