Searched refs:snd_pcm_lib_ioctl (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/sound/virtio/ |
H A D | virtio_pcm_ops.c | 457 .ioctl = snd_pcm_lib_ioctl,
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-ahb-audio.c | 512 .ioctl = snd_pcm_lib_ioctl,
|
/openbmc/linux/sound/drivers/ |
H A D | pcmtest.c | 512 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcmtst_ioctl()
|
/openbmc/linux/sound/core/ |
H A D | pcm_lib.c | 1791 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, in snd_pcm_lib_ioctl() function 1804 EXPORT_SYMBOL(snd_pcm_lib_ioctl);
|
H A D | pcm_native.c | 212 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcm_ops_ioctl()
|
/openbmc/linux/sound/soc/ |
H A D | soc-component.c | 1035 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_soc_pcm_component_ioctl()
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1135 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream,
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 1480 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_korg1212_ioctl()
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 2031 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_rme9652_ioctl()
|
H A D | hdsp.c | 4148 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdsp_ioctl()
|
H A D | hdspm.c | 5749 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdspm_ioctl()
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 1829 function :c:func:`snd_pcm_lib_ioctl()`. If you need to deal with a
|