Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
0cda1255
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0cda1255
编写于
1月 19, 2011
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[media] tuner-simple: add support for Tena TNF5337 MFD
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
db4d5683
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
22 addition
and
0 deletion
+22
-0
drivers/media/common/tuners/tuner-types.c
drivers/media/common/tuners/tuner-types.c
+21
-0
include/media/tuner.h
include/media/tuner.h
+1
-0
未找到文件。
drivers/media/common/tuners/tuner-types.c
浏览文件 @
0cda1255
...
...
@@ -971,6 +971,22 @@ static struct tuner_params tuner_tena_9533_di_params[] = {
},
};
/* ------------ TUNER_TENA_TNF_5337 - Tena tnf5337MFD STD M/N ------------ */
static
struct
tuner_range
tuner_tena_tnf_5337_ntsc_ranges
[]
=
{
{
16
*
166
.
25
/*MHz*/
,
0x86
,
0x01
,
},
{
16
*
466
.
25
/*MHz*/
,
0x86
,
0x02
,
},
{
16
*
999
.
99
,
0x86
,
0x08
,
},
};
static
struct
tuner_params
tuner_tena_tnf_5337_params
[]
=
{
{
.
type
=
TUNER_PARAM_TYPE_NTSC
,
.
ranges
=
tuner_tena_tnf_5337_ntsc_ranges
,
.
count
=
ARRAY_SIZE
(
tuner_tena_tnf_5337_ntsc_ranges
),
},
};
/* ------------ TUNER_PHILIPS_FMD1216ME(X)_MK3 - Philips PAL ------------ */
static
struct
tuner_range
tuner_philips_fmd1216me_mk3_pal_ranges
[]
=
{
...
...
@@ -1842,6 +1858,11 @@ struct tunertype tuners[] = {
.
params
=
tuner_philips_fq1236_mk5_params
,
.
count
=
ARRAY_SIZE
(
tuner_philips_fq1236_mk5_params
),
},
[
TUNER_TENA_TNF_5337
]
=
{
/* Tena 5337 MFD */
.
name
=
"Tena TNF5337 MFD"
,
.
params
=
tuner_tena_tnf_5337_params
,
.
count
=
ARRAY_SIZE
(
tuner_tena_tnf_5337_params
),
},
};
EXPORT_SYMBOL
(
tuners
);
...
...
include/media/tuner.h
浏览文件 @
0cda1255
...
...
@@ -131,6 +131,7 @@
#define TUNER_NXP_TDA18271 83
#define TUNER_SONY_BTF_PXN01Z 84
#define TUNER_PHILIPS_FQ1236_MK5 85
/* NTSC, TDA9885, no FM radio */
#define TUNER_TENA_TNF_5337 86
/* tv card specific */
#define TDA9887_PRESENT (1<<0)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录