Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
8dbc8950
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
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看板
提交
8dbc8950
编写于
9月 15, 2014
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
上级
9e82bf01
b794dbcd
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
sound/soc/codecs/sta529.c
sound/soc/codecs/sta529.c
+2
-2
sound/soc/dwc/designware_i2s.c
sound/soc/dwc/designware_i2s.c
+2
-2
sound/soc/spear/spear_pcm.c
sound/soc/spear/spear_pcm.c
+2
-2
未找到文件。
sound/soc/codecs/sta529.c
浏览文件 @
8dbc8950
...
...
@@ -4,7 +4,7 @@
* sound/soc/codecs/sta529.c -- spear ALSA Soc codec driver
*
* Copyright (C) 2012 ST Microelectronics
* Rajeev Kumar <rajeev
-dlh.kumar@st
.com>
* Rajeev Kumar <rajeev
kumar.linux@gmail
.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
...
...
@@ -426,5 +426,5 @@ static struct i2c_driver sta529_i2c_driver = {
module_i2c_driver
(
sta529_i2c_driver
);
MODULE_DESCRIPTION
(
"ASoC STA529 codec driver"
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
-dlh.kumar@st
.com>"
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
kumar.linux@gmail
.com>"
);
MODULE_LICENSE
(
"GPL"
);
sound/soc/dwc/designware_i2s.c
浏览文件 @
8dbc8950
...
...
@@ -4,7 +4,7 @@
* sound/soc/dwc/designware_i2s.c
*
* Copyright (C) 2010 ST Microelectronics
* Rajeev Kumar <rajeev
-dlh.kumar@st
.com>
* Rajeev Kumar <rajeev
kumar.linux@gmail
.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
...
...
@@ -455,7 +455,7 @@ static struct platform_driver dw_i2s_driver = {
module_platform_driver
(
dw_i2s_driver
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
-dlh.kumar@st
.com>"
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
kumar.linux@gmail
.com>"
);
MODULE_DESCRIPTION
(
"DESIGNWARE I2S SoC Interface"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_ALIAS
(
"platform:designware_i2s"
);
sound/soc/spear/spear_pcm.c
浏览文件 @
8dbc8950
...
...
@@ -4,7 +4,7 @@
* sound/soc/spear/spear_pcm.c
*
* Copyright (C) 2012 ST Microelectronics
* Rajeev Kumar<rajeev
-dlh.kumar@st
.com>
* Rajeev Kumar<rajeev
kumar.linux@gmail
.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
...
...
@@ -50,6 +50,6 @@ int devm_spear_pcm_platform_register(struct device *dev,
}
EXPORT_SYMBOL_GPL
(
devm_spear_pcm_platform_register
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
-dlh.kumar@st
.com>"
);
MODULE_AUTHOR
(
"Rajeev Kumar <rajeev
kumar.linux@gmail
.com>"
);
MODULE_DESCRIPTION
(
"SPEAr PCM DMA module"
);
MODULE_LICENSE
(
"GPL"
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录