Mercurial > pt1
diff driver/pt1_tuner_data.c @ 36:65c8ac567074
cleaning up:
- eliminate warnings
- remove dangling white spaces
- changed new line code in Makefile from CR+LF to LF
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 13 Mar 2009 14:32:44 +0900 |
parents | 07b2fc07ff48 |
children | 272a8fba970b |
line wrap: on
line diff
--- a/driver/pt1_tuner_data.c Fri Mar 13 14:29:56 2009 +0900 +++ b/driver/pt1_tuner_data.c Fri Mar 13 14:32:44 2009 +0900 @@ -1030,42 +1030,42 @@ /* BS-周波数テーブル */ /***************************************************************************/ WBLOCK_BS_PLL bs_pll[MAX_BS_CHANNEL] = { - {&bs_1_step1, &bs_com_step2, &bs_1_step3}, - {&bs_3_step1, &bs_com_step2, &bs_3_step3}, - {&bs_5_step1, &bs_com_step2, &bs_5_step3}, - {&bs_7_step1, &bs_com_step2, &bs_7_step3}, - {&bs_9_step1, &bs_com_step2, &bs_9_step3}, - {&bs_11_step1, &bs_com_step2, &bs_11_step3}, - {&bs_13_step1, &bs_com_step2, &bs_13_step3}, - {&bs_15_step1, &bs_com_step2, &bs_15_step3}, - {&bs_17_step1, &bs_com_step2, &bs_17_step3}, - {&bs_19_step1, &bs_com_step2, &bs_19_step3}, - {&bs_21_step1, &bs_com_step2, &bs_21_step3}, - {&bs_23_step1, &bs_com_step2, &bs_21_step3}, - {&nd_2_step1, &bs_com_step2, &nd_2_step3}, - {&nd_4_step1, &bs_com_step2, &nd_4_step3}, - {&nd_6_step1, &bs_com_step2, &nd_6_step3}, - {&nd_8_step1, &bs_com_step2, &nd_8_step3}, - {&nd_10_step1, &bs_com_step2, &nd_10_step3}, - {&nd_12_step1, &bs_com_step2, &nd_12_step3}, - {&nd_14_step1, &bs_com_step2, &nd_14_step3}, - {&nd_16_step1, &bs_com_step2, &nd_16_step3}, - {&nd_18_step1, &bs_com_step2, &nd_18_step3}, - {&nd_20_step1, &bs_com_step2, &nd_20_step3}, - {&nd_22_step1, &bs_com_step2, &nd_22_step3}, - {&nd_24_step1, &bs_com_step2, &nd_24_step3}, - {&nd_1_step1, &bs_com_step2, &nd_1_step3}, - {&nd_3_step1, &bs_com_step2, &nd_3_step3}, - {&nd_5_step1, &bs_com_step2, &nd_5_step3}, - {&nd_7_step1, &bs_com_step2, &nd_7_step3}, - {&nd_9_step1, &bs_com_step2, &nd_9_step3}, - {&nd_11_step1, &bs_com_step2, &nd_11_step3}, - {&nd_13_step1, &bs_com_step2, &nd_13_step3}, - {&nd_15_step1, &bs_com_step2, &nd_15_step3}, - {&nd_17_step1, &bs_com_step2, &nd_17_step3}, - {&nd_19_step1, &bs_com_step2, &nd_19_step3}, - {&nd_21_step1, &bs_com_step2, &nd_21_step3}, - {&nd_23_step1, &bs_com_step2, &nd_23_step3} + {{&bs_1_step1, &bs_com_step2, &bs_1_step3}}, + {{&bs_3_step1, &bs_com_step2, &bs_3_step3}}, + {{&bs_5_step1, &bs_com_step2, &bs_5_step3}}, + {{&bs_7_step1, &bs_com_step2, &bs_7_step3}}, + {{&bs_9_step1, &bs_com_step2, &bs_9_step3}}, + {{&bs_11_step1, &bs_com_step2, &bs_11_step3}}, + {{&bs_13_step1, &bs_com_step2, &bs_13_step3}}, + {{&bs_15_step1, &bs_com_step2, &bs_15_step3}}, + {{&bs_17_step1, &bs_com_step2, &bs_17_step3}}, + {{&bs_19_step1, &bs_com_step2, &bs_19_step3}}, + {{&bs_21_step1, &bs_com_step2, &bs_21_step3}}, + {{&bs_23_step1, &bs_com_step2, &bs_21_step3}}, + {{&nd_2_step1, &bs_com_step2, &nd_2_step3}}, + {{&nd_4_step1, &bs_com_step2, &nd_4_step3}}, + {{&nd_6_step1, &bs_com_step2, &nd_6_step3}}, + {{&nd_8_step1, &bs_com_step2, &nd_8_step3}}, + {{&nd_10_step1, &bs_com_step2, &nd_10_step3}}, + {{&nd_12_step1, &bs_com_step2, &nd_12_step3}}, + {{&nd_14_step1, &bs_com_step2, &nd_14_step3}}, + {{&nd_16_step1, &bs_com_step2, &nd_16_step3}}, + {{&nd_18_step1, &bs_com_step2, &nd_18_step3}}, + {{&nd_20_step1, &bs_com_step2, &nd_20_step3}}, + {{&nd_22_step1, &bs_com_step2, &nd_22_step3}}, + {{&nd_24_step1, &bs_com_step2, &nd_24_step3}}, + {{&nd_1_step1, &bs_com_step2, &nd_1_step3}}, + {{&nd_3_step1, &bs_com_step2, &nd_3_step3}}, + {{&nd_5_step1, &bs_com_step2, &nd_5_step3}}, + {{&nd_7_step1, &bs_com_step2, &nd_7_step3}}, + {{&nd_9_step1, &bs_com_step2, &nd_9_step3}}, + {{&nd_11_step1, &bs_com_step2, &nd_11_step3}}, + {{&nd_13_step1, &bs_com_step2, &nd_13_step3}}, + {{&nd_15_step1, &bs_com_step2, &nd_15_step3}}, + {{&nd_17_step1, &bs_com_step2, &nd_17_step3}}, + {{&nd_19_step1, &bs_com_step2, &nd_19_step3}}, + {{&nd_21_step1, &bs_com_step2, &nd_21_step3}}, + {{&nd_23_step1, &bs_com_step2, &nd_23_step3}} }; WBLOCK *bs_get_ts_id[(MAX_BS_TS_ID / 2)] = { &bs_get_slot_ts_id_1,