Searched refs:snd_pcm_status32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A D | pcm_compat.c | 551 SNDRV_PCM_IOCTL_STATUS_COMPAT32 = _IOR('A', 0x20, struct snd_pcm_status32), 552 SNDRV_PCM_IOCTL_STATUS_EXT_COMPAT32 = _IOWR('A', 0x24, struct snd_pcm_status32),
|
A D | pcm_native.c | 1094 struct snd_pcm_status32 __user * _status, in snd_pcm_status_user32() 1098 struct snd_pcm_status32 status32; in snd_pcm_status_user32() 1115 status32 = (struct snd_pcm_status32) { in snd_pcm_status_user32()
|
/linux-6.3-rc2/include/sound/ |
A D | pcm.h | 1585 struct snd_pcm_status32 { struct 1607 #define SNDRV_PCM_IOCTL_STATUS32 _IOR('A', 0x20, struct snd_pcm_status32) argument 1608 #define SNDRV_PCM_IOCTL_STATUS_EXT32 _IOWR('A', 0x24, struct snd_pcm_status32)
|
Completed in 18 milliseconds