mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
staging: comedi: usbdux: remove unused define
This define is not used, and it's actually incorrect. The usbdux device only has 4 analog output channels. Remove it. 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5bbfe500b
commit
c2141c5b08
@@ -122,9 +122,6 @@ sampling rate. If you sample two channels you get 4kHz and so on.
|
||||
/* 16 bytes. */
|
||||
#define SIZEINSNBUF 16
|
||||
|
||||
/* Number of DA channels */
|
||||
#define NUMOUTCHANNELS 8
|
||||
|
||||
/* size of one value for the D/A converter: channel and value */
|
||||
#define SIZEDAOUT ((sizeof(int8_t)+sizeof(int16_t)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user