diff options
author | Alex Deucher <agd5f@yahoo.com> | 2005-07-01 02:56:04 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2005-07-01 02:56:04 +0000 |
commit | 5e381441fff411316ea202a9f85aceb0e0dcf46b (patch) | |
tree | 9e465e85442665b52a64c8a95528d162fbab35a3 | |
parent | c4d1b4e0424d53cd0470e0e3f57c10ee8fe3d8c2 (diff) |
- Fix Support for Philips FM1236/F tuner on ATI AIW 9600 XT (Jeff Smith)
Bug 3401
-rw-r--r-- | hw/xfree86/i2c/fi1236.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/i2c/fi1236.c b/hw/xfree86/i2c/fi1236.c index d2f73382c..9d253d9c9 100644 --- a/hw/xfree86/i2c/fi1236.c +++ b/hw/xfree86/i2c/fi1236.c @@ -24,7 +24,8 @@ const FI1236_parameters tuner_parms[NUM_TUNERS] = /* 5 - FI1256 */ { 623 ,16*49.75 ,16*863.25 ,16*170 ,16*450 ,0xA0 ,0x90, 0x30, 0x8e }, /* 6 - FI1236W */ - { 733 ,884 ,12820 ,2516 ,7220 ,0x1 ,0x2, 0x4, 0x8e }, + /*{ 733 ,884 ,12820 ,2516 ,7220 ,0x1 ,0x2, 0x4, 0x8e },*/ + { 732, 16*55.25, 16*801.25, 16*160, 16*442, 0x1, 0x2, 0x4, 0x8e }, /* 7 - FM1216ME */ { 623 ,16*48.25 ,16*863.25 ,16*158.00 ,16*442.00 ,0x1 ,0x2, 0x4, 0x8e } }; |