diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index c83a4a79f16b..4e18a6dbe690 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -262,6 +262,8 @@ struct snd_pcm_hw_constraint_list { | |||
262 | unsigned int mask; | 262 | unsigned int mask; |
263 | }; | 263 | }; |
264 | 264 | ||
265 | struct snd_pcm_hwptr_log; | ||
266 | |||
265 | struct snd_pcm_runtime { | 267 | struct snd_pcm_runtime { |
266 | /* -- Status -- */ | 268 | /* -- Status -- */ |
267 | struct snd_pcm_substream *trigger_master; | 269 | struct snd_pcm_substream *trigger_master; |
@@ -340,6 +342,10 @@ struct snd_pcm_runtime { | |||
340 | /* -- OSS things -- */ | 342 | /* -- OSS things -- */ |
341 | struct snd_pcm_oss_runtime oss; | 343 | struct snd_pcm_oss_runtime oss; |
342 | #endif | 344 | #endif |
345 | |||
346 | #ifdef CONFIG_SND_PCM_XRUN_DEBUG | ||
347 | struct snd_pcm_hwptr_log *hwptr_log; | ||
348 | #endif | ||
343 | }; | 349 | }; |
344 | 350 | ||
345 | struct snd_pcm_group { /* keep linked substreams */ | 351 | struct snd_pcm_group { /* keep linked substreams */ |