Searched refs:snd_pcm_lib_ioctl (Results 1 – 14 of 14) sorted by relevance
/linux/sound/virtio/ |
A D | virtio_pcm_ops.c | 457 .ioctl = snd_pcm_lib_ioctl,
|
/linux/drivers/gpu/drm/bridge/synopsys/ |
A D | dw-hdmi-ahb-audio.c | 508 .ioctl = snd_pcm_lib_ioctl,
|
/linux/sound/soc/ |
A D | soc-component.c | 950 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_soc_pcm_component_ioctl()
|
/linux/sound/core/ |
A D | pcm_lib.c | 1766 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, in snd_pcm_lib_ioctl() function 1779 EXPORT_SYMBOL(snd_pcm_lib_ioctl);
|
A D | pcm_native.c | 199 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcm_ops_ioctl()
|
/linux/include/sound/ |
A D | pcm.h | 1067 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream,
|
/linux/sound/pci/korg1212/ |
A D | korg1212.c | 1488 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_korg1212_ioctl()
|
/linux/sound/pci/rme9652/ |
A D | rme9652.c | 2063 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_rme9652_ioctl()
|
A D | hdsp.c | 4174 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdsp_ioctl()
|
A D | hdspm.c | 5747 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdspm_ioctl()
|
/linux/Documentation/sound/kernel-api/ |
A D | writing-an-alsa-driver.rst | 1919 function :c:func:`snd_pcm_lib_ioctl()`. If you need to deal with the
|
/linux/ |
A D | vmlinux.symvers | 2243 0x00000000 snd_pcm_lib_ioctl vmlinux EXPORT_SYMBOL
|
A D | System.map | 49645 ffff800010d44ff0 T snd_pcm_lib_ioctl
|
A D | .tmp_System.map | 49645 ffff800010d44ff0 T snd_pcm_lib_ioctl
|
Completed in 346 milliseconds