diff options
author | Torsten Seeboth <Torsten.Seeboth@t-online.de> | 2005-11-09 00:36:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:08 -0500 |
commit | b1706b91051e1270e0bd5134219e48732a9d6c42 (patch) | |
tree | 87f22068f9a4f40854528408e0c64d523d92ecad /drivers/media/video/cx88/cx88.h | |
parent | c35d4b84f19d3f4b6a2fec652519e721f2cca169 (diff) |
[PATCH] v4l: 648: some clean up in cx88 tvaudio c
- Some clean up in cx88-tvaudio.c
Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index b18205b3fa24..3d885b4025d8 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -288,6 +288,7 @@ struct cx88_core { | |||
288 | u32 audiomode_current; | 288 | u32 audiomode_current; |
289 | u32 input; | 289 | u32 input; |
290 | u32 astat; | 290 | u32 astat; |
291 | u32 use_nicam; | ||
291 | 292 | ||
292 | /* IR remote control state */ | 293 | /* IR remote control state */ |
293 | struct cx88_IR *ir; | 294 | struct cx88_IR *ir; |
@@ -527,22 +528,20 @@ extern void cx88_card_setup(struct cx88_core *core); | |||
527 | 528 | ||
528 | #define WW_NONE 1 | 529 | #define WW_NONE 1 |
529 | #define WW_BTSC 2 | 530 | #define WW_BTSC 2 |
530 | #define WW_NICAM_I 3 | 531 | #define WW_BG 3 |
531 | #define WW_NICAM_BGDKL 4 | 532 | #define WW_DK 4 |
532 | #define WW_A1 5 | 533 | #define WW_I 5 |
533 | #define WW_A2_BG 6 | 534 | #define WW_L 6 |
534 | #define WW_A2_DK 7 | 535 | #define WW_EIAJ 7 |
535 | #define WW_A2_M 8 | 536 | #define WW_I2SPT 8 |
536 | #define WW_EIAJ 9 | 537 | #define WW_FM 9 |
537 | #define WW_SYSTEM_L_AM 10 | ||
538 | #define WW_I2SPT 11 | ||
539 | #define WW_FM 12 | ||
540 | 538 | ||
541 | void cx88_set_tvaudio(struct cx88_core *core); | 539 | void cx88_set_tvaudio(struct cx88_core *core); |
542 | void cx88_newstation(struct cx88_core *core); | 540 | void cx88_newstation(struct cx88_core *core); |
543 | void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t); | 541 | void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t); |
544 | void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual); | 542 | void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual); |
545 | int cx88_audio_thread(void *data); | 543 | int cx88_audio_thread(void *data); |
544 | int cx88_detect_nicam(struct cx88_core *core); | ||
546 | 545 | ||
547 | /* ----------------------------------------------------------- */ | 546 | /* ----------------------------------------------------------- */ |
548 | /* cx88-input.c */ | 547 | /* cx88-input.c */ |