Mercurial > pt1
diff driver/pt1_tuner_data.c @ 77:517e61637f7b
a bit cleanup
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 01 Dec 2009 18:33:01 +0900 |
parents | 28f25ec7f962 |
children | 3c2123189edf |
line wrap: on
line diff
--- a/driver/pt1_tuner_data.c Sat Nov 28 06:24:21 2009 +0900 +++ b/driver/pt1_tuner_data.c Tue Dec 01 18:33:01 2009 +0900 @@ -180,7 +180,6 @@ WBLOCK isdb_s_init18 ={ 0, 2, -// {0x8E, 0x02} {0x8E, 0x26} }; // ISDB-S初期化値19 @@ -280,14 +279,12 @@ WBLOCK isdb_t_init13 ={ 0, 2, -// {0x75, 0x02} {0x75, 0x0a} }; // ISDB-T初期化値14 WBLOCK isdb_t_init14 ={ 0, 2, -// {0x76, 0x4E} {0x76, 0x4c} }; // ISDB-T初期化値15 @@ -311,7 +308,7 @@ /***************************************************************************/ /* 初期化データブロック定義(ISDB-S) */ /***************************************************************************/ -WBLOCK *isdb_s_initial_pt1[MAX_ISDB_S_INIT] = +WBLOCK *isdb_s_initial_pt1[PT1_MAX_ISDB_S_INIT] = { &isdb_s_init2, &isdb_s_init3, &isdb_s_init4, &isdb_s_init5, &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9, @@ -319,7 +316,7 @@ &isdb_s_init14, &isdb_s_init15, &isdb_s_init16, &isdb_s_init17, &isdb_s_init18, &isdb_s_init19, &isdb_s_init20 }; -WBLOCK *isdb_s_initial_pt2[MAX_ISDB_S_INIT2] = +WBLOCK *isdb_s_initial_pt2[PT2_MAX_ISDB_S_INIT] = { &isdb_s_init2, &isdb_s_init4, &isdb_s_init5, &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9, @@ -330,14 +327,14 @@ /***************************************************************************/ /* 初期化データブロック定義(ISDB-T) */ /***************************************************************************/ -WBLOCK *isdb_t_initial_pt1[MAX_ISDB_T_INIT] = +WBLOCK *isdb_t_initial_pt1[PT1_MAX_ISDB_T_INIT] = { &isdb_t_init1, &isdb_t_init2, &isdb_t_init3, &isdb_t_init4, &isdb_t_init5, &isdb_t_init6, &isdb_t_init7, &isdb_t_init8, &isdb_t_init9, &isdb_t_init10, &isdb_t_init11, &isdb_t_init12, &isdb_t_init13, &isdb_t_init14, &isdb_t_init15, &isdb_t_init16 }; -WBLOCK *isdb_t_initial_pt2[MAX_ISDB_T_INIT2] = +WBLOCK *isdb_t_initial_pt2[PT2_MAX_ISDB_T_INIT] = { &isdb_t_init1, &isdb_t_init3, &isdb_t_init4, &isdb_t_init5, &isdb_t_init6,