Home
last modified time | relevance | path

Searched refs:hw_sample_count (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_core.c1117 u_int64_t hw_sample_count; in pcxhr_stream_read_position() local
1133 hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24; in pcxhr_stream_read_position()
1134 hw_sample_count += (u_int64_t)rmh.stat[1]; in pcxhr_stream_read_position()
1139 (long unsigned int)hw_sample_count, in pcxhr_stream_read_position()
1143 return hw_sample_count; in pcxhr_stream_read_position()