aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sound/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 07299b295233..c0ddb7e69c28 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -285,6 +285,7 @@ struct snd_pcm_runtime {
285 /* -- Status -- */ 285 /* -- Status -- */
286 struct snd_pcm_substream *trigger_master; 286 struct snd_pcm_substream *trigger_master;
287 struct timespec trigger_tstamp; /* trigger timestamp */ 287 struct timespec trigger_tstamp; /* trigger timestamp */
288 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */
288 int overrange; 289 int overrange;
289 snd_pcm_uframes_t avail_max; 290 snd_pcm_uframes_t avail_max;
290 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ 291 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */