1. 27 8月, 2011 1 次提交
    • M
      [media] it913x_fe: frontend and tuner driver v1.05 · 3dbbf82f
      Malcolm Priestley 提交于
      Fronted and Tuner Driver for ITE IT913x Series with inital support for
      IT9137 integrated demodulator and tuner device.
      
      The driver is loosely based on AF9035 series. However, support is not intended for
      this device specificity.
      
      The IT9137 tuner has been tested on UHF bands, but VHF has only been simulated.
      
      Possible TODO the tuner sections may be separated from the main driver. All future devices
      should use the it913x_fe_script_loader for other tuner devices.
      Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
      [mchehab@redhat.com: Fix an issue at the Kconfig help]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3dbbf82f
  2. 06 8月, 2011 1 次提交
  3. 29 7月, 2011 1 次提交
    • M
      [media] tda18271c2dd: Fix saw filter configuration for DVB-C @6MHz · cf845297
      Mauro Carvalho Chehab 提交于
      Currently, the driver assumes that all QAM carriers are spaced with
      8MHz. This is wrong, and may decrease QoS on Countries like Brazil,
      that have DVB-C carriers with 6MHz-spaced.
      
      Fortunately, both ITU-T J-83 and EN 300 429 specifies a way to
      associate the symbol rate with the bandwidth needed for it.
      
      For ITU-T J-83 2007 annex A, the maximum symbol rate for 6 MHz is:
      	6 MHz / 1.15 = 5217391 Bauds
      For  ITU-T J-83 2007 annex C, the maximum symbol rate for 6 MHz is:
      	6 MHz / 1.13 = 5309735 Bauds.
      
      As this tuner is currently used only for DRX-K, and it is currently
      hard-coded to annex A, I've opted to use the roll-off factor of 0.15,
      instead of 0.13.
      
      If we ever support annex C, the better would be to add a DVB S2API
      call to allow changing between Annex A and C, and add the 0.13 roll-off
      factor to it.
      
      This code is currently being used on other frontends, so I think we
      should later add a core function with this code, to warrant that
      it will be properly implemented everywhere.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      cf845297
  4. 28 7月, 2011 37 次提交