diff driver/pt1_tuner_data.c @ 9:07b2fc07ff48

updated to current driver to support signal strength.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 23 Feb 2009 14:28:35 +0900
parents 67e8eca28a80
children 65c8ac567074
line wrap: on
line diff
--- a/driver/pt1_tuner_data.c	Mon Feb 23 03:06:17 2009 +0900
+++ b/driver/pt1_tuner_data.c	Mon Feb 23 14:28:35 2009 +0900
@@ -375,17 +375,12 @@
 /***************************************************************************/
 /* 地デジ周波数ロックチェック                                              */
 /***************************************************************************/
-WBLOCK	isdb_t_cn_1 = {
-	0,
-	1,
-	{0x8B}
-};
-WBLOCK	isdb_t_cn_2 = {
+WBLOCK	isdb_t_signal1 = {
 	0,
 	1,
 	{0x8C}
 };
-WBLOCK	isdb_t_agc1 = {
+WBLOCK	isdb_t_signal2 = {
 	0,
 	1,
 	{0x8D}
@@ -494,17 +489,17 @@
 /***************************************************************************/
 /* CN/AGC/MAXAGC取得                                                       */
 /***************************************************************************/
-WBLOCK	bs_get_cn = {
+WBLOCK	bs_get_signal1 = {
 	0,
 	1,
 	{0xBC}
 };
-WBLOCK	bs_get_agc = {
+WBLOCK	bs_get_signal2 = {
 	0,
 	1,
 	{0xBD}
 };
-WBLOCK	bs_get_maxagc = {
+WBLOCK	bs_get_agc = {
 	0,
 	1,
 	{0xBA}