Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
f9061f2f
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看板
提交
f9061f2f
编写于
8月 22, 2013
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next
上级
2291d269
cbaa5689
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
12 addition
and
1 deletion
+12
-1
Documentation/devicetree/bindings/sound/tlv320aic3x.txt
Documentation/devicetree/bindings/sound/tlv320aic3x.txt
+8
-1
sound/soc/codecs/tlv320aic3x.c
sound/soc/codecs/tlv320aic3x.c
+4
-0
未找到文件。
Documentation/devicetree/bindings/sound/tlv320aic3x.txt
浏览文件 @
f9061f2f
...
...
@@ -3,7 +3,14 @@ Texas Instruments - tlv320aic3x Codec module
The tlv320aic3x serial control bus communicates through I2C protocols
Required properties:
- compatible - "string" - "ti,tlv320aic3x"
- compatible - "string" - One of:
"ti,tlv320aic3x" - Generic TLV320AIC3x device
"ti,tlv320aic33" - TLV320AIC33
"ti,tlv320aic3007" - TLV320AIC3007
"ti,tlv320aic3106" - TLV320AIC3106
- reg - <int> - I2C slave address
...
...
sound/soc/codecs/tlv320aic3x.c
浏览文件 @
f9061f2f
...
...
@@ -1474,6 +1474,7 @@ static const struct i2c_device_id aic3x_i2c_id[] = {
{
"tlv320aic3x"
,
AIC3X_MODEL_3X
},
{
"tlv320aic33"
,
AIC3X_MODEL_33
},
{
"tlv320aic3007"
,
AIC3X_MODEL_3007
},
{
"tlv320aic3106"
,
AIC3X_MODEL_3X
},
{
}
};
MODULE_DEVICE_TABLE
(
i2c
,
aic3x_i2c_id
);
...
...
@@ -1564,6 +1565,9 @@ static int aic3x_i2c_remove(struct i2c_client *client)
#if defined(CONFIG_OF)
static
const
struct
of_device_id
tlv320aic3x_of_match
[]
=
{
{
.
compatible
=
"ti,tlv320aic3x"
,
},
{
.
compatible
=
"ti,tlv320aic33"
},
{
.
compatible
=
"ti,tlv320aic3007"
},
{
.
compatible
=
"ti,tlv320aic3106"
},
{},
};
MODULE_DEVICE_TABLE
(
of
,
tlv320aic3x_of_match
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录