V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_event
authorAndy Walls <awalls@md.metrocast.net>
Sun, 1 Aug 2010 05:18:13 +0000 (02:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:42:56 +0000 (23:42 -0300)
commitc02e0d12a9a0a913dee5efd695603b73ee4b729a
tree124e8438dc79d6bcc9d964cb555dbe3747c21e3d
parent2560d94e330f35776e944b54256a526a19259429
V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_event

The CX23885 and CX25840 modules were using their own simple
IR pulse width measurement record type which required conversion
when passing to the new IR core.  This change makes that record type
consistent with the new IR core and removes a data conversion.

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-input.c
drivers/media/video/cx23885/cx23888-ir.c
drivers/media/video/cx25840/cx25840-ir.c