Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219092
b: refs/heads/master
c: a4f31d0
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 6204abb commit 6b272b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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: 76391a71543ba0c45e634b31cc33cef1e1be8e79
refs/heads/master: a4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/frontends/af9013.c
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ static int af9013_init(struct dvb_frontend *fe)
break;
case AF9013_TUNER_MXL5005D:
case AF9013_TUNER_MXL5005R:
case AF9013_TUNER_MXL5007T:
len = ARRAY_SIZE(tuner_init_mxl5005);
init = tuner_init_mxl5005;
break;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/frontends/af9013.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ enum af9013_tuner {
AF9013_TUNER_MT2060_2 = 147, /* Microtune */
AF9013_TUNER_TDA18271 = 156, /* NXP */
AF9013_TUNER_QT1010A = 162, /* Quantek */
AF9013_TUNER_MXL5007T = 177, /* MaxLinear */
AF9013_TUNER_TDA18218 = 179, /* NXP */
};

Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/frontends/af9013_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,10 @@ static struct regdesc tuner_init_mxl5003d[] = {
{ 0x9bd9, 0, 8, 0x08 },
};

/* MaxLinear MXL5005 tuner init
/* MaxLinear MXL5005S & MXL5007T tuner init
AF9013_TUNER_MXL5005D = 13
AF9013_TUNER_MXL5005R = 30 */
AF9013_TUNER_MXL5005R = 30
AF9013_TUNER_MXL5007T = 177 */
static struct regdesc tuner_init_mxl5005[] = {
{ 0x9bd5, 0, 8, 0x01 },
{ 0x9bd6, 0, 8, 0x07 },
Expand Down

0 comments on commit 6b272b4

Please sign in to comment.