aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/pcm_compat.c')
-rw-r--r--sound/core/pcm_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/pcm_compat.c b/sound/core/pcm_compat.c
index 3a1cc7b97e46..b719d0bd833e 100644
--- a/sound/core/pcm_compat.c
+++ b/sound/core/pcm_compat.c
@@ -547,6 +547,7 @@ struct snd_pcm_mmap_status_x32 {
547 u32 pad2; /* alignment */ 547 u32 pad2; /* alignment */
548 struct timespec tstamp; 548 struct timespec tstamp;
549 s32 suspended_state; 549 s32 suspended_state;
550 s32 pad3;
550 struct timespec audio_tstamp; 551 struct timespec audio_tstamp;
551} __packed; 552} __packed;
552 553