Searched refs:tstamp32 (Results 1 – 1 of 1) sorted by relevance
173 snd_compr_tstamp32_from_64(struct snd_compr_tstamp *tstamp32, in snd_compr_free() 176 tstamp32->byte_offset = tstamp64->byte_offset; in snd_compr_free() 177 tstamp32->copied_total = (u32)tstamp64->copied_total; in snd_compr_free() 178 tstamp32->pcm_frames = (u32)tstamp64->pcm_frames;179 tstamp32->pcm_io_frames = (u32)tstamp64->pcm_io_frames;180 tstamp32->sampling_rate = tstamp64->sampling_rate; in snd_compr_tstamp32_from_64() argument 760 struct snd_compr_tstamp tstamp32 = { 0 }; in snd_compr_tstamp() 768 snd_compr_tstamp32_from_64(&tstamp32, &tstamp64); in snd_compr_tstamp() 769 copy_from = &tstamp32; in snd_compr_tstamp() 770 copy_size = sizeof(tstamp32); in snd_compr_tstamp() 755 struct snd_compr_tstamp tstamp32 = { 0 }; snd_compr_tstamp() local [all...]