diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-10 01:22:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:04:47 -0200 |
commit | f234081bc564c69eb0e2cd4e957ad1cbae4a6144 (patch) | |
tree | 4dd6400872df3f73e4f4b63c7303564fe3264c1d /drivers/media/video/cx25840/cx25840-core.h | |
parent | d05051c82e0e8ff748e9c9a06a061bda3ad656e5 (diff) | |
download | kernel_samsung_crespo-f234081bc564c69eb0e2cd4e957ad1cbae4a6144.zip kernel_samsung_crespo-f234081bc564c69eb0e2cd4e957ad1cbae4a6144.tar.gz kernel_samsung_crespo-f234081bc564c69eb0e2cd4e957ad1cbae4a6144.tar.bz2 |
V4L/DVB (7002): cx25840: Add basic CX23885 AVCore support
The cx23885/7/8 PCIe bridge has an internal AVCore modelled on
the cx2584x family. Many of the registers positions are identical
but some moved. The register values are also different because
the different bridges run at different clock rates.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx25840/cx25840-core.h')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.h b/drivers/media/video/cx25840/cx25840-core.h index ea669b1..95093ed 100644 --- a/drivers/media/video/cx25840/cx25840-core.h +++ b/drivers/media/video/cx25840/cx25840-core.h @@ -47,6 +47,7 @@ struct cx25840_state { u32 id; u32 rev; int is_cx25836; + int is_cx23885; int is_initialized; wait_queue_head_t fw_wait; /* wake up when the fw load is finished */ struct work_struct fw_work; /* work entry for fw load */ |