diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-25 11:43:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:13:48 -0400 |
commit | 3057906df5c9be9c99a181eccac3bc40cf07ad9f (patch) | |
tree | 6a4abffff320d8a7e39cf78958489f40c121e43b /drivers/media/video/cx88/cx88.h | |
parent | ba7e6f3e3e639de2597afffaae3fda75f6e6082d (diff) |
V4L/DVB (4666): Ensure the WM8775 driver is loaded generically for any board.
A generic change to cards to allow any board to specify whether
it needs the wm8775 module loaded (by the core) or not.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 89f12e273b7f..2371ab407984 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <media/tveeprom.h> | 30 | #include <media/tveeprom.h> |
31 | #include <media/video-buf.h> | 31 | #include <media/video-buf.h> |
32 | #include <media/cx2341x.h> | 32 | #include <media/cx2341x.h> |
33 | #include <media/audiochip.h> | ||
33 | #include <media/video-buf-dvb.h> | 34 | #include <media/video-buf-dvb.h> |
34 | 35 | ||
35 | #include "btcx-risc.h" | 36 | #include "btcx-risc.h" |
@@ -232,6 +233,7 @@ struct cx88_board { | |||
232 | struct cx88_input radio; | 233 | struct cx88_input radio; |
233 | unsigned int blackbird:1; | 234 | unsigned int blackbird:1; |
234 | unsigned int dvb:1; | 235 | unsigned int dvb:1; |
236 | enum audiochip audio_chip; | ||
235 | }; | 237 | }; |
236 | 238 | ||
237 | struct cx88_subid { | 239 | struct cx88_subid { |