summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_buf.c
diff options
context:
space:
mode:
authorH Hartley Sweeten2014-10-23 00:37:14 +0200
committerGreg Kroah-Hartman2014-10-29 09:03:15 +0100
commit7dd1b528c1008f65653b0bdc027a90fd24ddc2eb (patch)
treefab220a2e0deb2d05c512a48b8e3eab034ef563d /drivers/staging/comedi/comedi_buf.c
parentstaging: comedi: pcmmio: use comedi_buf_write_samples() (diff)
downloadkernel-qcow2-linux-7dd1b528c1008f65653b0bdc027a90fd24ddc2eb.tar.gz
kernel-qcow2-linux-7dd1b528c1008f65653b0bdc027a90fd24ddc2eb.tar.xz
kernel-qcow2-linux-7dd1b528c1008f65653b0bdc027a90fd24ddc2eb.zip
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 'drivers/staging/comedi/comedi_buf.c')
0 files changed, 0 insertions, 0 deletions