aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_snd_pcm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/dev_snd_pcm.txt')
-rw-r--r--sys/linux/dev_snd_pcm.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/linux/dev_snd_pcm.txt b/sys/linux/dev_snd_pcm.txt
index 1aff46cb9..6f3cafa55 100644
--- a/sys/linux/dev_snd_pcm.txt
+++ b/sys/linux/dev_snd_pcm.txt
@@ -114,10 +114,10 @@ snd_pcm_mmap_control {
snd_pcm_status32 {
state const[0, int32]
- trigger_tstamp_sec const[0, intptr]
- trigger_tstamp_nsec const[0, intptr]
- tstamp_sec const[0, intptr]
- tstamp_nsec const[0, intptr]
+ trigger_tstamp_sec const[0, int32]
+ trigger_tstamp_nsec const[0, int32]
+ tstamp_sec const[0, int32]
+ tstamp_nsec const[0, int32]
appl_ptr const[0, intptr]
hw_ptr const[0, intptr]
delay const[0, intptr]
@@ -131,10 +131,10 @@ snd_pcm_status32 {
snd_pcm_status64 {
state const[0, int32]
rsvd const[0, int32]
- trigger_tstamp_sec const[0, intptr]
- trigger_tstamp_nsec const[0, intptr]
- tstamp_sec const[0, intptr]
- tstamp_nsec const[0, intptr]
+ trigger_tstamp_sec const[0, int64]
+ trigger_tstamp_nsec const[0, int64]
+ tstamp_sec const[0, int64]
+ tstamp_nsec const[0, int64]
appl_ptr const[0, intptr]
hw_ptr const[0, intptr]
delay const[0, intptr]