hisi 3716c sdk添加高斯贝尔tuner支持(内置demo)

1.文件msp/ecs/api/hi_unf_tuner.c中函数HI_UNF_TUNER_SetAttr中添加新tuner

2.文件msp/ecs/api/hi_unf_tuner_pilot.c中函数HI_UNF_TUNER_GetSignalStrength中添加新tuner

3.文件msp/ecs/drv/tuner_pilot/Makefile中添加对新tuner的编译

4.文件msp_base/ecs/drv/include/tuner_common.h中typedef struct hiTUNER_I2C_Data_S结构体中添加新tuner的数据类型

5.文件msp_base/ecs/drv/tuner_pilot/Makefile中添加对新tuner的编译

6.文件msp_base/ecs/drv/tuner_pilot/drv_tuner.c中函数tuner_select_type和tuner_ioctl中添加对新tuner的支持,并添加相关头文件

7.内置demo为x5hdqam,在文件/msp_base/ecs/drv/tuner_pilot/qam/x5hdqam/x5hdqam.c中函数x5hdqam_connect添加新tuner支持,自己作了特殊处理,注意

8.文件msp_base/ecs/include/hi_unf_ecs.h中枚举typedef enum    hiUNF_TUNER_DEV_TYPE_E中添加新设备描述。

你可能感兴趣的:(hisi 3716c sdk添加高斯贝尔tuner支持(内置demo))