Searched refs:snd_pcm_status (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/core/ |
D | pcm_compat.c | 208 struct snd_pcm_status status; in snd_pcm_status_user_compat() 220 err = snd_pcm_status(substream, &status); in snd_pcm_status_user_compat() 272 struct snd_pcm_status status; in snd_pcm_status_user_x32() 284 err = snd_pcm_status(substream, &status); in snd_pcm_status_user_x32()
|
D | pcm.c | 459 struct snd_pcm_status status; in snd_pcm_substream_proc_status_read() 469 err = snd_pcm_status(substream, &status); in snd_pcm_substream_proc_status_read()
|
D | pcm_native.c | 901 int snd_pcm_status(struct snd_pcm_substream *substream, in snd_pcm_status() function 902 struct snd_pcm_status *status) in snd_pcm_status() 965 struct snd_pcm_status __user * _status, in snd_pcm_status_user() 968 struct snd_pcm_status status; in snd_pcm_status_user() 980 res = snd_pcm_status(substream, &status); in snd_pcm_status_user()
|
/Linux-v4.19/tools/include/uapi/sound/ |
D | asound.h | 458 struct snd_pcm_status { struct 583 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status) 587 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
|
/Linux-v4.19/include/uapi/sound/ |
D | asound.h | 458 struct snd_pcm_status { struct 583 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status) 587 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
|
/Linux-v4.19/include/sound/ |
D | pcm.h | 577 int snd_pcm_status(struct snd_pcm_substream *substream, 578 struct snd_pcm_status *status);
|
/Linux-v4.19/Documentation/sound/designs/ |
D | timestamping.rst | 141 driver_timestamp field is added in the snd_pcm_status structure; this
|