Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306437
b: refs/heads/master
c: 38f0fe2
h: refs/heads/master
i:
  306435: a0ae489
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent d146a72 commit e0528ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 626f95a3e1ee1a227bf447d60f98166b87ea7f8b
refs/heads/master: 38f0fe23dc3d3de08d2e187c42569356ba6b72bc
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@ static struct cxd2820r_config em28xx_cxd2820r_config = {
.i2c_address = (0xd8 >> 1),
.ts_mode = CXD2820R_TS_SERIAL,

/* enable LNA for DVB-T2 and DVB-C */
/* enable LNA for DVB-T, DVB-T2 and DVB-C */
.gpio_dvbt[0] = CXD2820R_GPIO_E | CXD2820R_GPIO_O | CXD2820R_GPIO_L,
.gpio_dvbt2[0] = CXD2820R_GPIO_E | CXD2820R_GPIO_O | CXD2820R_GPIO_L,
.gpio_dvbc[0] = CXD2820R_GPIO_E | CXD2820R_GPIO_O | CXD2820R_GPIO_L,
};
Expand Down

0 comments on commit e0528ae

Please sign in to comment.