|
@@ -407,8 +407,9 @@ struct snd_pcm_status {
|
|
|
snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
|
|
snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
|
|
|
snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
|
|
snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
|
|
|
snd_pcm_state_t suspended_state; /* suspended stream state */
|
|
snd_pcm_state_t suspended_state; /* suspended stream state */
|
|
|
|
|
+ __u32 reserved_alignment; /* must be filled with zero */
|
|
|
struct timespec audio_tstamp; /* from sample counter or wall clock */
|
|
struct timespec audio_tstamp; /* from sample counter or wall clock */
|
|
|
- unsigned char reserved[60-sizeof(struct timespec)]; /* must be filled with zero */
|
|
|
|
|
|
|
+ unsigned char reserved[56-sizeof(struct timespec)]; /* must be filled with zero */
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
struct snd_pcm_mmap_status {
|
|
struct snd_pcm_mmap_status {
|