DVB-S2 multistream support

2011-12-24 Thread Georgi Chorbadzhiyski
Guys are there any news on DVB-S2 multistream support. I have found test patches at http://www.tbsdtv.com/forum/viewtopic.php?f=26&t=1874 and judging by report on dvblast-devel ML they seem to work. What is holding them back, perhaps nobody submitted them? -- Georgi Chorbadzhiyski http://georgi.

Re: [RFCv1] add DTMB support for DVB API

2011-12-24 Thread Antti Palosaari
On 12/23/2011 07:30 PM, Patrick Boettcher wrote: Hi Antti, On Thursday, December 22, 2011 10:30:25 PM Antti Palosaari wrote: Rename DMB-TH to DTMB. Add few new values for existing parameters. Add two new parameters, interleaving and carrier. DTMB supports interleavers: 240 and 720. DTMB suppo

em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-24 Thread Dennis Sperlich
Hi, I have a Terratec Cinergy HTC Stick an tried the new support for the DVB-C part. It works for SD material (at least for free receivable stations, I tried afair only QAM64), but did not for HD stations (QAM256). I have only access to unencrypted ARD HD, ZDF HD and arte HD (via KabelDeutsch

Re: [RFCv1] add DTMB support for DVB API

2011-12-24 Thread Antti Palosaari
On 12/23/2011 07:27 PM, Patrick Boettcher wrote: On Friday, December 23, 2011 02:38:59 PM Andreas Oberritter wrote: On 22.12.2011 22:30, Antti Palosaari wrote: @@ -201,6 +205,9 @@ typedef enum fe_guard_interval { GUARD_INTERVAL_1_128, GUARD_INTERVAL_19_128, GUARD_INTERVAL_19_

cron job: media_tree daily build: ERRORS

2011-12-24 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Dec 24 19:00:19 CET 2011 git hash:1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2 gcc version: i686-linux-gcc (GCC

[GIT PULL FOR 3.3 RESEND] AF9015/AF9013 changes

2011-12-24 Thread Antti Palosaari
Hello I just looked latest for 3.3 and there was 3 patch missing I have already PULL requested. Could you PULL those ASAP from that tree: http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/misc 2011-11-19 tda18218: fix 6 MHz default IF frequency 2011-11-19 af9015: limit I2C acces

[PATCH v4 37/47] [media] tuner-simple: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Despite its name, tuner-simple has a complex logic to set freqs ;) Basically, it can be called by two different ways: via set_params() or via calc_regs() callbacks. Both are bound to the DVBv3 API. Also, set_params internally calls calc_regs(). In order to get rid of DVBv3 params at set_params(),

[PATCH v4 41/47] [media] dib0070: Remove unused dvb_frontend_parameters

2011-12-24 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/dib0070.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb/frontends/dib0070.c b/drivers/media/dvb/frontends/dib0070.c index dc1cb17..4ca3441 100644 --- a/drivers/media/dvb/front

[PATCH v4 25/47] [media] tua6100: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tua6100.c | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/media/dvb/frontends/tua6100.c b/drivers/medi

[PATCH v4 33/47] [media] mantis_vp2033: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/mantis/mantis_vp2033.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/mantis/mantis_vp2033.c b/drivers/media/

[PATCH v4 15/47] [media] tda827x: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tda827x.c | 49 +++-- 1 files changed, 28 insertions(+), 21 deletions(-) diff --git a/drivers/media/common/tuners/tda8

[PATCH v4 20/47] [media] av7110: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttpci/av7110.c | 55 + 1 files changed, 31 insertions(+), 24 deletions(-) diff --git a/drivers/media/dvb/ttpci/av7110.c b

[PATCH v4 43/47] [media] dib0700_devices: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-usb/dib0700_devices.c | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.

[PATCH v4 46/47] [media] dvb: remove dvb_frontend_parameters from calc_regs()

2011-12-24 Thread Mauro Carvalho Chehab
The calc_regs() callback is used by a few frontends (mt352, nxt200x, digitv and zl10353). On all places it is called, the parameters are set by DVBv5 way. So, just use the DVBv5 struct and remove the extra parameter. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tuner-simp

[PATCH v4 44/47] [media] budget-av: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttpci/budget-av.c | 43 ++ 1 files changed, 23 insertions(+), 20 deletions(-) diff --git a/drivers/media/dvb/ttpci/budget-av.

[PATCH v4 19/47] [media] zl10039: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/zl10039.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb/frontends/zl10039.c b/drivers/media/dvb/

[PATCH v4 13/47] [media] tda18271: add support for QAM 7 MHz map

2011-12-24 Thread Mauro Carvalho Chehab
This standard is not properly documented, but its settings are at the tda18271dd driver, and are somewhat obvious, as they follow the same logic as DVB-T 7MHz. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tda18271-maps.c |4 drivers/media/common/tuners/tda18271.h

[PATCH v4 14/47] [media] tda18271-fe: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tda18271-fe.c | 74 +--- 1 files changed, 34 insertions(+), 40 deletions(-) diff --git a/drivers/media/common/tuners/tda18

[PATCH v4 42/47] [media] cxusb: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-usb/cxusb.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.

[PATCH v4 32/47] [media] mantis_vp1033: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/mantis/mantis_vp1033.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/mantis/mantis_vp1033.c b/drivers/media/dv

[PATCH v4 27/47] [media] bsbe1, bsru6, tdh1: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/bsbe1.h |5 +++-- drivers/media/dvb/frontends/bsru6.h |7 --- drivers/media/dvb/frontends/tdhd1.h |9 + 3 files changed, 12 in

[PATCH v4 28/47] [media] ix2505v: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/ix2505v.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/ix2505v.c b/drivers/media/dvb/fron

[PATCH v4 29/47] [media] stb6000: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/stb6000.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/stb6000.c b/drivers/media/dvb/fron

[PATCH v4 26/47] [media] itd1000: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/itd1000.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/itd1000.c b/drivers/media/dvb/fron

[PATCH v4 40/47] [media] zl10036: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/zl10036.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/zl10036.c b/drivers/media/dvb/fr

[PATCH v4 24/47] [media] cx88: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx88/cx88-dvb.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/c

[PATCH v4 45/47] [media] budget: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttpci/budget.c | 39 + 1 files changed, 22 insertions(+), 17 deletions(-) diff --git a/drivers/media/dvb/ttpci/budget.c b

[PATCH v4 39/47] [media] dvb-pll: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/dvb-pll.c | 61 +--- 1 files changed, 32 insertions(+), 29 deletions(-) diff --git a/drivers/media/dvb/frontends/dvb-p

[PATCH v4 23/47] [media] saa7134: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/saa7134/saa7134-dvb.c | 24 +--- 1 files changed, 13 insertions(+), 11 deletions(-) diff --git a/drivers/media/video/saa7134/saa7134-dv

[PATCH v4 17/47] [media] xc4000: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/xc4000.c | 97 +++--- 1 files changed, 42 insertions(+), 55 deletions(-) diff --git a/drivers/media/common/tuners/xc40

[PATCH v4 11/47] [media] mxl5007t: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/mxl5007t.c | 51 +++- 1 files changed, 24 insertions(+), 27 deletions(-) diff --git a/drivers/media/common/tuners/mxl5

[PATCH v4 31/47] [media] mxl111sf-tuner: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-usb/mxl111sf-tuner.c | 46 +-- 1 files changed, 22 insertions(+), 24 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/mxl111sf

[PATCH v4 05/47] [media] mt2031: remove fake implementaion of get_bandwidth()

2011-12-24 Thread Mauro Carvalho Chehab
This driver implements a fake get_bandwidth() callback. In reallity, the tuner driver won't adjust its low-pass filter based on a bandwidth, and were just providing a fake method for demods to read whatever was "set". This code is useless, as none of the drivers that use this tuner seems to requir

[PATCH v4 02/47] [media] dvb_core: estimate bw for all non-terrestial systems

2011-12-24 Thread Mauro Carvalho Chehab
Instead of just estimating the bandwidth for DVB-C annex A/C, also fill it at the core for ATSC and DVB-C annex B. This simplifies the logic inside the tuners, as all non-satellite tuners can just use c->bandwidth_hz for all supported delivery systems. It could make sense to latter use it also for

[PATCH v4 35/47] [media] pluto2: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/pluto2/pluto2.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/pluto2/pluto2.c b/drivers/media/dvb/pluto2/pluto

[PATCH v4 36/47] [media] dvb-ttusb-budget: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 50 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/drivers/media/dvb/ttusb-budget/dvb

[PATCH v4 34/47] [media] mantis_vp2040: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/mantis/mantis_vp2040.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/mantis/mantis_vp2040.c b/drivers/media/

[PATCH v4 16/47] [media] tuner-xc2028: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tuner-xc2028.c | 83 1 files changed, 36 insertions(+), 47 deletions(-) diff --git a/drivers/media/common/tuners/tune

[PATCH v4 38/47] [media] dvb-bt8xx: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/bt8xx/dvb-bt8xx.c | 31 --- 1 files changed, 16 insertions(+), 15 deletions(-) diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.c

[PATCH v4 30/47] [media] tda826x: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tda826x.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/tda826x.c b/drivers/media/dvb/fron

[PATCH v4 21/47] [media] budget-ci: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttpci/budget-ci.c | 41 ++ 1 files changed, 22 insertions(+), 19 deletions(-) diff --git a/drivers/media/dvb/ttpci/budget-ci.

[PATCH v4 12/47] [media] tda18218: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tda18218.c | 15 ++- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/media/common/tuners/tda18218.c b/drivers/m

[PATCH v4 18/47] [media] cx24113: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/cx24113.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/cx24113.c b/drivers/media/dvb/fron

[PATCH v4 03/47] [media] qt1010: remove fake implementaion of get_bandwidth()

2011-12-24 Thread Mauro Carvalho Chehab
This driver implements a fake get_bandwidth() callback. In reallity, the tuner driver won't adjust its low-pass filter based on a bandwidth, and were just providing a fake method for demods to read whatever was "set". This code is useless, as none of the drivers that use this tuner seems to requir

[PATCH v4 07/47] [media] max2165: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/max2165.c | 36 +++- 1 files changed, 13 insertions(+), 23 deletions(-) diff --git a/drivers/media/common/tuners/max21

[PATCH v4 22/47] [media] budget-patch: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/ttpci/budget-patch.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/media/dvb/ttpci/budget-patch.c b/drivers/m

[PATCH v4 04/47] [media] mt2060: remove fake implementaion of get_bandwidth()

2011-12-24 Thread Mauro Carvalho Chehab
This driver implements a fake get_bandwidth() callback. In reallity, the tuner driver won't adjust its low-pass filter based on a bandwidth, and were just providing a fake method for demods to read whatever was "set". This code is useless, as none of the drivers that use this tuner seems to requir

[PATCH v4 10/47] [media] mxl5005s: fix: don't discard bandwidth changes

2011-12-24 Thread Mauro Carvalho Chehab
There is a bug on mxl5005s logic: when the bandwidth changes, but using the same delivery system, the code discard the set_params() reconfiguration request. This was happening because, in the previous coding, the bandwidth calculus were after the check for delivery system changes. The previous pa

[PATCH v4 01/47] [media] dvb: replace SYS_DVBC_ANNEX_AC by the right delsys

2011-12-24 Thread Mauro Carvalho Chehab
SYS_DVBC_ANNEX_AC is an alias for SYS_DVBC_ANNEX_A. However, the first one is incorrect, as not all devices support both. So, replace its occurrences by the proper value (either SYS_DVBC_ANNEX_A or both SYS_DVBC_ANNEX_A and SYS_DVBC_ANNEX_C). Signed-off-by: Mauro Carvalho Chehab --- drivers/medi

[PATCH v4 09/47] [media] mxl5005s: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/mxl5005s.c | 65 ++- 1 files changed, 29 insertions(+), 36 deletions(-) diff --git a/drivers/media/common/tuners/mxl50

[PATCH v4 00/47] DVB tuners: remove dvb_frontend_parameters from set_params()

2011-12-24 Thread Mauro Carvalho Chehab
This is a big series of patches, but most stuff are trivial: instead of using the DVBv3 way (explicitly passing a struct dvb_frontend_parameters to set_parms), use the DVBv5 way (e. g. fe->dtv_property_cache). This makes the drivers more consistent, as newer drivers (DVB-T2/S2, ISDB-T, DMTB, DVB t

[PATCH v4 08/47] [media] mt2266: use DVBv5 parameters for set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/mt2266.c | 25 ++--- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/media/common/tuners/mt2266.c b/d

[PATCH v4 06/47] [media] mc44s803: use DVBv5 parameters on set_params()

2011-12-24 Thread Mauro Carvalho Chehab
Instead of using DVBv3 parameters, rely on DVBv5 parameters to set the tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/mc44s803.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/common/tuners/mc44s803.c b/drivers/media/com

Re: [PATCH] it913x changed firmware loader for chip version 2 types

2011-12-24 Thread Malcolm Priestley
On Thu, 2011-12-15 at 22:43 +, Malcolm Priestley wrote: > On Thu, 2011-12-15 at 16:42 +, Malcolm Priestley wrote: > > > [ 1103.536156] it913x: Chip Version=ec Chip Type=5830 > > > [ 1104.336178] it913x: Dual mode=92 Remote=92 Tuner Type=92 > > > [ 1106.248116] dvb-usb: found a 'ITE 9135(900

[PATCH 2/2] Added USB Id & configuration array for Honestech Vidbox NW03

2011-12-24 Thread Gareth Williams
Adds support for the Honestech Vidbox NW03 USB capture device. The device has an eMpia EMP202 audio chip which in my Vidbox has a Vendor Id identical to the STAC9750 therefore my previous patch to change the driver's Vendor ID recognition is also required for audio to work with this device. Sig