Searched refs:snd_pcm_status (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/sound/core/ |
| D | pcm_compat.c | 194 struct snd_pcm_status status; in snd_pcm_status_user_compat() 206 err = snd_pcm_status(substream, &status); in snd_pcm_status_user_compat() 258 struct snd_pcm_status status; in snd_pcm_status_user_x32() 270 err = snd_pcm_status(substream, &status); in snd_pcm_status_user_x32()
|
| D | pcm.c | 446 struct snd_pcm_status status; in snd_pcm_substream_proc_status_read() 456 err = snd_pcm_status(substream, &status); in snd_pcm_substream_proc_status_read()
|
| D | pcm_native.c | 855 int snd_pcm_status(struct snd_pcm_substream *substream, in snd_pcm_status() function 856 struct snd_pcm_status *status) in snd_pcm_status() 919 struct snd_pcm_status __user * _status, in snd_pcm_status_user() 922 struct snd_pcm_status status; in snd_pcm_status_user() 934 res = snd_pcm_status(substream, &status); in snd_pcm_status_user()
|
| /Linux-v5.4/tools/include/uapi/sound/ |
| D | asound.h | 459 struct snd_pcm_status { struct 584 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status) 588 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
|
| /Linux-v5.4/include/uapi/sound/ |
| D | asound.h | 459 struct snd_pcm_status { struct 584 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status) 588 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
|
| /Linux-v5.4/include/sound/ |
| D | pcm.h | 557 int snd_pcm_status(struct snd_pcm_substream *substream, 558 struct snd_pcm_status *status);
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | timestamping.rst | 141 driver_timestamp field is added in the snd_pcm_status structure; this
|