summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/easycap_low.c
diff options
context:
space:
mode:
authorMike Thomas <rmthomas@sciolus.org>2010-11-07 19:56:40 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-09 16:31:14 -0800
commitce36cedab3f865969653bf4360f7e364ab0937e4 (patch)
tree46ebbab0de9cb4670f65f85d46d1e705510e71a4 /drivers/staging/easycap/easycap_low.c
parent050afc92ee394ccdd953f91dcbbf9af863af8efc (diff)
staging/easycap: Remove obsolete routines
The so-called bridger routine has proved unnecessary following general improvements elsewhere. The explain_() functions were a convenience during early development, but are unnecessary and inappropriate now. Signed-off-by: Mike Thomas <rmthomas@sciolus.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/easycap/easycap_low.c')
-rw-r--r--drivers/staging/easycap/easycap_low.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/staging/easycap/easycap_low.c b/drivers/staging/easycap/easycap_low.c
index ad1fc4cc471a..709c3d98e936 100644
--- a/drivers/staging/easycap/easycap_low.c
+++ b/drivers/staging/easycap/easycap_low.c
@@ -64,45 +64,22 @@ const struct stk1160config { int reg; int set; } stk1160config[256] = {
#if defined(PREFER_NTSC)
-#undef OLDMARGIN
-#if defined(OLDMARGIN)
- {0x110, 0x0008},
-#else
{0x110, 0x0014},
-#endif /*OLDMARGIN*/
-
{0x111, 0x0000},
{0x112, 0x0003},
{0x113, 0x0000},
-
-#if defined(OLDMARGIN)
- {0x114, 0x0508},
-#else
{0x114, 0x0514},
-#endif /*OLDMARGIN*/
-
{0x115, 0x0005},
{0x116, 0x00F3},
{0x117, 0x0000},
#else /* ! PREFER_NTSC*/
-#if defined(OLDMARGIN)
- {0x110, 0x0008},
-#else
{0x110, 0x0014},
-#endif /*OLDMARGIN*/
-
{0x111, 0x0000},
{0x112, 0x0020},
{0x113, 0x0000},
-
-#if defined(OLDMARGIN)
- {0x114, 0x0508},
-#else
{0x114, 0x0514},
-#endif /*OLDMARGIN*/
-
{0x115, 0x0005},
{0x116, 0x0110},
{0x117, 0x0001},