[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <44C61616.7060203@ed-soft.at>
Date: Tue, 25 Jul 2006 15:01:10 +0200
From: Edgar Hucek <hostmaster@...soft.at>
To: Greg KH <gregkh@...e.de>
CC: linux-kernel@...r.kernel.org, stable@...nel.org,
Justin Forbes <jmforbes@...uxtx.org>,
Zwane Mwaikambo <zwane@....linux.org.uk>,
Theodore Ts'o <tytso@....edu>,
Randy Dunlap <rdunlap@...otime.net>,
Dave Jones <davej@...hat.com>,
Chuck Wolber <chuckw@...ntumlinux.com>,
Chris Wedgwood <reviews@...cw.f00f.org>, torvalds@...l.org,
akpm@...l.org, alan@...rguk.ukuu.org.uk,
v4l-dvb maintainer list <v4l-dvb-maintainer@...uxtv.org>,
Andrew de Quincey <adq_dvb@...skialf.net>,
Michael Krufky <mkrufky@...uxtv.org>,
Chris Wright <chrisw@...s-sol.org>
Subject: Re: [patch 07/45] v4l/dvb: Fix CI on old KNC1 DVBC cards
Hi.
This fix does not compile on 2.6.17.7.
philips_cu1216_tuner_set_params is nowhere defined in the kernel tree.
cu
Edgar (gimli) Hucek
Greg KH schrieb:
> -stable review patch. If anyone has any objections, please let us know.
>
> ------------------
> From: Andrew de Quincey <adq_dvb@...skialf.net>
>
> These cards do not need the tda10021 configuration change when data is
> streamed through a CAM module. This disables it for these ones.
>
> Signed-off-by: Andrew de Quincey <adq_dvb@...skialf.net>
> Signed-off-by: Michael Krufky <mkrufky@...uxtv.org>
> Signed-off-by: Chris Wright <chrisw@...s-sol.org>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
> ---
>
> drivers/media/dvb/ttpci/budget-av.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> --- linux-2.6.17.3.orig/drivers/media/dvb/ttpci/budget-av.c
> +++ linux-2.6.17.3/drivers/media/dvb/ttpci/budget-av.c
> @@ -1060,6 +1060,15 @@ static void frontend_init(struct budget_
> break;
>
> case SUBID_DVBC_KNC1:
> + budget_av->reinitialise_demod = 1;
> + fe = tda10021_attach(&philips_cu1216_config,
> + &budget_av->budget.i2c_adap,
> + read_pwm(budget_av));
> + if (fe) {
> + fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params;
> + }
> + break;
> +
> case SUBID_DVBC_KNC1_PLUS:
> fe = tda10021_attach(&philips_cu1216_config,
> &budget_av->budget.i2c_adap,
>
> --
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists