Searched refs:snd_pcm_lib_ioctl (Results 1 – 8 of 8) sorted by relevance
| /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/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/pci/rme9652/ |
| 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
|