diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2014-10-22 22:37:14 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-29 08:03:15 (GMT) |
commit | 7dd1b528c1008f65653b0bdc027a90fd24ddc2eb (patch) | |
tree | fab220a2e0deb2d05c512a48b8e3eab034ef563d /Documentation/io-mapping.txt | |
parent | ff5eb046cf43726f961644b84aa416960e0f2824 (diff) | |
download | linux-7dd1b528c1008f65653b0bdc027a90fd24ddc2eb.tar.xz |
staging: comedi: pcmuio: use comedi_buf_write_samples()
The dev->read_subdev used in this driver for async commands returns 32-bit samples
and should have the SDF_LSAMPL subdev_flag set. It also returns the full scan with
each sample so it should have the SDF_PACKED subdev_flag set.
Add the missing subdev_flags and use comedi_buf_write_samples() to add the sample
to the async buffer.
The COMEDI_CB_BLOCK and COMEDI_CB_EOS events will be automatically handled by the
core. Remove the unnecessary events in the driver.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/io-mapping.txt')
0 files changed, 0 insertions, 0 deletions