Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285592
b: refs/heads/master
c: 533b673
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent fabef49 commit 33d52af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c61d80a9bcfc3fdec8ffd75756cad6a64678229
refs/heads/master: 533b673b193cb3412f20eac5d24119ed3d240211
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/s5h1432.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config,
EXPORT_SYMBOL(s5h1432_attach);

static struct dvb_frontend_ops s5h1432_ops = {

.delsys = { SYS_DVBT },
.info = {
.name = "Samsung s5h1432 DVB-T Frontend",
.type = FE_OFDM,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stv0297.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ struct dvb_frontend *stv0297_attach(const struct stv0297_config *config,
}

static struct dvb_frontend_ops stv0297_ops = {

.delsys = { SYS_DVBC },
.info = {
.name = "ST STV0297 DVB-C",
.type = FE_QAM,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda10048.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ struct dvb_frontend *tda10048_attach(const struct tda10048_config *config,
EXPORT_SYMBOL(tda10048_attach);

static struct dvb_frontend_ops tda10048_ops = {

.delsys = { SYS_DVBT },
.info = {
.name = "NXP TDA10048HN DVB-T",
.type = FE_OFDM,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/pt1/va1j5jf8007s.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ static void va1j5jf8007s_release(struct dvb_frontend *fe)
}

static struct dvb_frontend_ops va1j5jf8007s_ops = {
.delsys = { SYS_ISDBS },
.info = {
.name = "VA1J5JF8007/VA1J5JF8011 ISDB-S",
.type = FE_QPSK,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/pt1/va1j5jf8007t.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ static void va1j5jf8007t_release(struct dvb_frontend *fe)
}

static struct dvb_frontend_ops va1j5jf8007t_ops = {
.delsys = { SYS_ISDBT },
.info = {
.name = "VA1J5JF8007/VA1J5JF8011 ISDB-T",
.type = FE_OFDM,
Expand Down

0 comments on commit 33d52af

Please sign in to comment.