Re: [PATCH 00/55] staging: comedi: clean up writing data to the async buffer

2014-10-23 Thread Ian Abbott
On 22/10/14 23:36, H Hartley Sweeten wrote: Currently there are 5 exported methods to add sample data to the async buffer. 1) cfc_write_long_to_buffer() - a wrapper around comedi_write_array_to_buffer() to add a single unsigned int size sample 2) cfc_write_to_buffer() - a wrapper ar

[PATCH 00/55] staging: comedi: clean up writing data to the async buffer

2014-10-22 Thread H Hartley Sweeten
Currently there are 5 exported methods to add sample data to the async buffer. 1) cfc_write_long_to_buffer() - a wrapper around comedi_write_array_to_buffer() to add a single unsigned int size sample 2) cfc_write_to_buffer() - a wrapper aropund comedi_write_array_to_buffer() to add