Searched refs:snd_pcm_lib_ioctl (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/virtio/ |
| H A D | virtio_pcm_ops.c | 504 .ioctl = snd_pcm_lib_ioctl, 516 .ioctl = snd_pcm_lib_ioctl,
|
| /linux/sound/usb/usx2y/ |
| H A D | us144mkii_capture.c | 104 .ioctl = snd_pcm_lib_ioctl,
|
| H A D | us144mkii_playback.c | 150 .ioctl = snd_pcm_lib_ioctl,
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-ahb-audio.c | 534 .ioctl = snd_pcm_lib_ioctl,
|
| /linux/sound/pci/emu10k1/ |
| H A D | p16v.c | 232 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_p16v_pcm_ioctl_playback()
|
| /linux/sound/drivers/ |
| H A D | pcmtest.c | 513 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcmtst_ioctl()
|
| /linux/sound/core/ |
| H A D | pcm_lib.c | 1856 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream, in snd_pcm_lib_ioctl() function 1871 EXPORT_SYMBOL(snd_pcm_lib_ioctl);
|
| H A D | pcm_native.c | 218 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_pcm_ops_ioctl()
|
| /linux/sound/soc/ |
| H A D | soc-component.c | 955 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_soc_component_test_bits()
|
| /linux/include/sound/ |
| H A D | pcm.h | 1178 int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream,
|
| /linux/sound/pci/korg1212/ |
| H A D | korg1212.c | 1419 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_korg1212_ioctl()
|
| /linux/sound/pci/rme9652/ |
| H A D | rme9652.c | 1997 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_rme9652_ioctl()
|
| H A D | hdsp.c | 4098 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdsp_ioctl()
|
| H A D | hdspm.c | 5702 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdspm_ioctl()
|
| /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
|