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:
Steve Passe 1997-03-17 17:41:24 +00:00
parent 3429a30406
commit ba2c23286f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23972
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