Searched refs:sw_to_end (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm-indirect.h65 unsigned int sw_to_end = rec->sw_buffer_size - rec->sw_data; local
71 if (sw_to_end < bytes)
72 bytes = sw_to_end;
130 size_t sw_to_end = rec->sw_buffer_size - rec->sw_data; local
136 if (sw_to_end < bytes)
137 bytes = sw_to_end;

Completed in 96 milliseconds