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:
parent
e441785daf
commit
bdf751ed9c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user