Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25294851 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_atmio: tidy up the boardinfo



For aesthetics, add some whitespace to the boardinfo declaration.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bfc8049a
Loading
Loading
Loading
Loading
+131 −130
Original line number Diff line number Diff line
@@ -106,7 +106,8 @@ are not supported.
 */

static const struct ni_board_struct ni_boards[] = {
	{.device_id = 44,
	{
		.device_id	= 44,
		.isapnp_id	= 0x0000,	/* XXX unknown */
		.name		= "at-mio-16e-1",
		.n_adchan	= 16,
@@ -122,8 +123,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 1000,
		.num_p0_dio_channels = 8,
		.caldac		= { mb88341 },
	 },
	{.device_id = 25,
	}, {
		.device_id	= 25,
		.isapnp_id	= 0x1900,
		.name		= "at-mio-16e-2",
		.n_adchan	= 16,
@@ -139,8 +140,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 1000,
		.num_p0_dio_channels = 8,
		.caldac		= { mb88341 },
	 },
	{.device_id = 36,
	}, {
		.device_id	= 36,
		.isapnp_id	= 0x2400,
		.name		= "at-mio-16e-10",
		.n_adchan	= 16,
@@ -155,8 +156,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 10000,
		.num_p0_dio_channels = 8,
		.caldac		= { ad8804_debug },
	 },
	{.device_id = 37,
	}, {
		.device_id	= 37,
		.isapnp_id	= 0x2500,
		.name		= "at-mio-16de-10",
		.n_adchan	= 16,
@@ -172,8 +173,8 @@ static const struct ni_board_struct ni_boards[] = {
		.num_p0_dio_channels = 8,
		.caldac		= { ad8804_debug },
		.has_8255	= 1,
	 },
	{.device_id = 38,
	}, {
		.device_id	= 38,
		.isapnp_id	= 0x2600,
		.name		= "at-mio-64e-3",
		.n_adchan	= 64,
@@ -189,8 +190,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 1000,
		.num_p0_dio_channels = 8,
		.caldac		= { ad8804_debug },
	 },
	{.device_id = 39,
	}, {
		.device_id	= 39,
		.isapnp_id	= 0x2700,
		.name		= "at-mio-16xe-50",
		.n_adchan	= 16,
@@ -205,8 +206,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 50000,
		.num_p0_dio_channels = 8,
		.caldac		= { dac8800, dac8043 },
	 },
	{.device_id = 50,
	}, {
		.device_id	= 50,
		.isapnp_id	= 0x0000,	/* XXX unknown */
		.name		= "at-mio-16xe-10",
		.n_adchan	= 16,
@@ -223,8 +224,8 @@ static const struct ni_board_struct ni_boards[] = {
		.ao_speed	= 1000,
		.num_p0_dio_channels = 8,
		.caldac		= { dac8800, dac8043, ad8522 },
	 },
	{.device_id = 51,
	}, {
		.device_id	= 51,
		.isapnp_id	= 0x0000,	/* XXX unknown */
		.name		= "at-ai-16xe-10",
		.n_adchan	= 16,
@@ -235,7 +236,7 @@ static const struct ni_board_struct ni_boards[] = {
		.ai_speed	= 10000,
		.num_p0_dio_channels = 8,
		.caldac		= { dac8800, dac8043, ad8522 },
	 }
	},
};

static const int ni_irqpin[] = {