Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30034
b: refs/heads/master
c: cdd393c
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 0a7bcbb commit 9dfa1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac
refs/heads/master: cdd393ccbf99c0465b1db0b3f5a5687fb1340250
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@ static struct dvb_frontend_ops dst_dvbt_ops = {
.tune = dst_tune_frontend,
.set_frontend = dst_set_frontend,
.get_frontend = dst_get_frontend,
.get_frontend_algo = dst_get_tuning_algo,
.read_status = dst_read_status,
.read_signal_strength = dst_read_signal_strength,
.read_snr = dst_read_snr,
Expand All @@ -1542,6 +1543,7 @@ static struct dvb_frontend_ops dst_dvbs_ops = {
.tune = dst_tune_frontend,
.set_frontend = dst_set_frontend,
.get_frontend = dst_get_frontend,
.get_frontend_algo = dst_get_tuning_algo,
.read_status = dst_read_status,
.read_signal_strength = dst_read_signal_strength,
.read_snr = dst_read_snr,
Expand Down Expand Up @@ -1570,6 +1572,7 @@ static struct dvb_frontend_ops dst_dvbc_ops = {
.tune = dst_tune_frontend,
.set_frontend = dst_set_frontend,
.get_frontend = dst_get_frontend,
.get_frontend_algo = dst_get_tuning_algo,
.read_status = dst_read_status,
.read_signal_strength = dst_read_signal_strength,
.read_snr = dst_read_snr,
Expand All @@ -1592,6 +1595,7 @@ static struct dvb_frontend_ops dst_atsc_ops = {
.tune = dst_tune_frontend,
.set_frontend = dst_set_frontend,
.get_frontend = dst_get_frontend,
.get_frontend_algo = dst_get_tuning_algo,
.read_status = dst_read_status,
.read_signal_strength = dst_read_signal_strength,
.read_snr = dst_read_snr,
Expand Down

0 comments on commit 9dfa1b1

Please sign in to comment.