Submitted by: Doug White <dwhite@gdi.uoregon.edu>

I broke the cable tuning with my 'TEST_A' code.  Remove TEST_A define
till I finish this change for both tuning modes.  Note that this
will effectively break the new TVTUNER_SETFREQ/TVTUNER_GETFREQ ioctl()s.
These aren't used by anyone but me yet (attempt to provide full resolution
fine tuning for "fringe" stations) so it should be no problem
This commit is contained in:
fsmp 1997-03-17 17:41:24 +00:00
parent e441785daf
commit bdf751ed9c
2 changed files with 2 additions and 2 deletions

View File

@ -2108,7 +2108,7 @@ bktr_mmap( dev_t dev, int offset, int nprot )
#endif /* XXXXXX_TUNER */
/* scaling factor for frequencies expressed as ints */
#define TEST_A
#define TEST_A_NOT
#if defined( TEST_A )
#define FREQFACTOR 16

View File

@ -2108,7 +2108,7 @@ bktr_mmap( dev_t dev, int offset, int nprot )
#endif /* XXXXXX_TUNER */
/* scaling factor for frequencies expressed as ints */
#define TEST_A
#define TEST_A_NOT
#if defined( TEST_A )
#define FREQFACTOR 16