Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
e3bb7c60
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看板
提交
e3bb7c60
编写于
6月 02, 2011
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[media] xc4000: Fix a few bad whitespaces on it
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
62956ced
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
8 deletion
+8
-8
drivers/media/common/tuners/xc4000.c
drivers/media/common/tuners/xc4000.c
+8
-8
未找到文件。
drivers/media/common/tuners/xc4000.c
浏览文件 @
e3bb7c60
...
...
@@ -73,7 +73,7 @@ struct firmware_properties {
v4l2_std_id
std_req
;
__u16
int_freq
;
unsigned
int
scode_table
;
int
scode_nr
;
int
scode_nr
;
};
struct
xc4000_priv
{
...
...
@@ -111,7 +111,7 @@ struct xc4000_priv {
/* Product id */
#define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000
#define XC_PRODUCT_ID_FW_LOADED
0x0FA0
#define XC_PRODUCT_ID_FW_LOADED 0x0FA0
/* Registers (Write-only) */
#define XREG_INIT 0x00
...
...
@@ -189,16 +189,16 @@ struct XC_TV_STANDARD {
#define XC4000_DK_PAL_NICAM 10
#define XC4000_DK_PAL_MONO 11
#define XC4000_DK_SECAM_A2DK1 12
#define XC4000_DK_SECAM_A2LDK3
13
#define XC4000_DK_SECAM_A2MONO
14
#define XC4000_DK_SECAM_A2LDK3 13
#define XC4000_DK_SECAM_A2MONO 14
#define XC4000_L_SECAM_NICAM 15
#define XC4000_LC_SECAM_NICAM 16
#define XC4000_DTV6 17
#define XC4000_DTV8 18
#define XC4000_DTV7_8 19
#define XC4000_DTV7 20
#define XC4000_FM_Radio_INPUT2
21
#define XC4000_FM_Radio_INPUT1
22
#define XC4000_FM_Radio_INPUT2 21
#define XC4000_FM_Radio_INPUT1 22
/* WAS :
static struct XC_TV_STANDARD XC4000_Standard[MAX_TV_STANDARD] = {
...
...
@@ -565,7 +565,7 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val)
return
XC_RESULT_SUCCESS
;
}
#define dump_firm_type(t)
dump_firm_type_and_int_freq(t, 0)
#define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0)
static
void
dump_firm_type_and_int_freq
(
unsigned
int
type
,
u16
int_freq
)
{
if
(
type
&
BASE
)
...
...
@@ -967,7 +967,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
int
rc
=
0
,
is_retry
=
0
;
u16
version
,
hwmodel
;
v4l2_std_id
std0
;
u8
hw_major
,
hw_minor
,
fw_major
,
fw_minor
;
u8
hw_major
,
hw_minor
,
fw_major
,
fw_minor
;
dprintk
(
1
,
"%s called
\n
"
,
__func__
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录