commit c4e46b9567669eb5e1182d4b12c2d889ce27da64
tree 112e10dda81026576815e1175da710a3fc2fb617
parent 5d48545e5e88ab7a27ba6a5cb1e8fff617754b61
author Andrew de Quincey <[EMAIL PROTECTED]> 1163712664 -0300
committer Mauro Carvalho Chehab <[EMAIL PROTECTED]> 1164538357 -0200

V4L/DVB (4831): Fix tuning on older budget DVBS cards.

Fixes to DISEQC on these cards inadvertently broke normal tone/voltage
signalling. This restores the necessary function.

Signed-off-by: Andrew de Quincey <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>

 drivers/media/dvb/ttpci/budget.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c
index e58f039..e28617b 100644
--- a/drivers/media/dvb/ttpci/budget.c
+++ b/drivers/media/dvb/ttpci/budget.c
@@ -382,6 +382,7 @@ static void frontend_init(struct budget
                if (budget->dvb_frontend) {
                        budget->dvb_frontend->ops.tuner_ops.set_params = 
alps_bsru6_tuner_set_params;
                        budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
+                       budget->dvb_frontend->ops.set_tone = budget_set_tone;
                        break;
                }
                break;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to