Mercurial > pt1
diff driver/pt1_tuner.h @ 69:272a8fba970b
added very rough support for PT2.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 26 Oct 2009 19:46:49 +0900 |
parents | 98a92ce5382e |
children | 1e7718cc2556 |
line wrap: on
line diff
--- a/driver/pt1_tuner.h Sat Oct 24 20:40:11 2009 +0900 +++ b/driver/pt1_tuner.h Mon Oct 26 19:46:49 2009 +0900 @@ -15,7 +15,11 @@ BIT_LNB_UP, BIT_LNB_DOWN, BIT_RESET, - BIT_FRONTEND + BIT_33A1, + BIT_33A2, + BIT_5A_, + BIT_5A1, + BIT_5A2 }; // LNBパワー設定 @@ -106,7 +110,7 @@ /* チューナ状態定義 */ /***************************************************************************/ extern void settuner_reset(void __iomem *, int, __u32, __u32); -extern int tuner_init(void __iomem *, struct mutex *, int); +extern int tuner_init(void __iomem *, int, struct mutex *, int); extern void set_sleepmode(void __iomem *, struct mutex *, int, int, int); extern int bs_tune(void __iomem *, struct mutex *, int, int, ISDB_S_TMCC *);