struct snd_pcm_audio_tstamp_report_t

struct snd_pcm_audio_tstamp_report_t {
    // fields

    unsigned int valid:1;
    unsigned int actual_type:4;
    unsigned int accuracy_report:1;
    unsigned int accuracy;
};