Searched refs:snd_pcm_status32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_compat.c | 545 SNDRV_PCM_IOCTL_STATUS_COMPAT32 = _IOR('A', 0x20, struct snd_pcm_status32), 546 SNDRV_PCM_IOCTL_STATUS_EXT_COMPAT32 = _IOWR('A', 0x24, struct snd_pcm_status32),
|
| H A D | pcm_native.c | 1075 struct snd_pcm_status32 __user * _status, in snd_pcm_status_user32() 1079 struct snd_pcm_status32 status32; in snd_pcm_status_user32() 1096 status32 = (struct snd_pcm_status32) { in snd_pcm_status_user32()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 1523 struct snd_pcm_status32 { struct 1545 #define SNDRV_PCM_IOCTL_STATUS32 _IOR('A', 0x20, struct snd_pcm_status32) argument 1546 #define SNDRV_PCM_IOCTL_STATUS_EXT32 _IOWR('A', 0x24, struct snd_pcm_status32)
|