|
Last change
on this file since 2 was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- revision copy newcon3sk r27
|
-
Property svn:executable set to
*
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | #include "ch_map.h" |
|---|
| 2 | |
|---|
| 3 | /* TODO need to change for China market */ |
|---|
| 4 | const ch_map_t s_ch_map = |
|---|
| 5 | { |
|---|
| 6 | 0x00000000, |
|---|
| 7 | #ifndef BCM_STREAMER |
|---|
| 8 | 1, |
|---|
| 9 | #else |
|---|
| 10 | 9, |
|---|
| 11 | #endif |
|---|
| 12 | { 0x00000000,0x00000000,1, |
|---|
| 13 | {{ 1,0,0,0 }}, |
|---|
| 14 | }, |
|---|
| 15 | #ifndef BCM_STREAMER |
|---|
| 16 | { 0x00000000,0x00000000,8, |
|---|
| 17 | #else |
|---|
| 18 | { 0x00000000,0x00000000,11, |
|---|
| 19 | #endif |
|---|
| 20 | {{ 1,76 }, |
|---|
| 21 | { 2,84 }, |
|---|
| 22 | { 3,111 }, |
|---|
| 23 | { 4,119 }, |
|---|
| 24 | { 5,127 }, |
|---|
| 25 | { 6,135 }, |
|---|
| 26 | { 7,143 }, |
|---|
| 27 | { 8,151 } |
|---|
| 28 | #ifdef BCM_STREAMER |
|---|
| 29 | ,{ 9,370 } |
|---|
| 30 | ,{ 10,754 } |
|---|
| 31 | ,{ 11,626 } |
|---|
| 32 | #endif |
|---|
| 33 | }, |
|---|
| 34 | }, |
|---|
| 35 | { 0x00000000,0x00000000,3, |
|---|
| 36 | {{ 0x004c,"CCTV 1" }, |
|---|
| 37 | { 0x055,"CCTV 4" }, |
|---|
| 38 | { 0x097,"BJTV 1" }}, |
|---|
| 39 | }, |
|---|
| 40 | #ifndef BCM_STREAMER |
|---|
| 41 | { 0x00000000,0x00000000,9, |
|---|
| 42 | #else |
|---|
| 43 | { 0x00000000,0x00000000,12, |
|---|
| 44 | #endif |
|---|
| 45 | {{ 76,0x004c,1,110,0 }, |
|---|
| 46 | { 84,0x0054,1,118,0 }, |
|---|
| 47 | { 85,0x0055,2,118,0 }, |
|---|
| 48 | { 111,0x006f,1,114,0 }, |
|---|
| 49 | { 112,0x0070,1,114,0 }, |
|---|
| 50 | { 127,0x007f,1,80,0 }, |
|---|
| 51 | { 135,0x0087,1,81,0 }, |
|---|
| 52 | { 143,0x008f,1,82,0 }, |
|---|
| 53 | { 151,0x0097,1,86,0 } |
|---|
| 54 | #ifdef BCM_STREAMER |
|---|
| 55 | ,{ 370,0x0172,1,90,0 } |
|---|
| 56 | ,{ 754,0x02f2,1,91,0 } |
|---|
| 57 | ,{ 626,0x0272,1,92,0 } |
|---|
| 58 | #endif |
|---|
| 59 | }, |
|---|
| 60 | } |
|---|
| 61 | }; |
|---|
| 62 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.