Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
16796819
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
16796819
编写于
1月 06, 2009
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'topic/asoc' into for-linus
上级
5439e726
227b4dc6
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
17 addition
and
7 deletion
+17
-7
sound/soc/atmel/sam9g20_wm8731.c
sound/soc/atmel/sam9g20_wm8731.c
+2
-2
sound/soc/codecs/Kconfig
sound/soc/codecs/Kconfig
+15
-5
未找到文件。
sound/soc/atmel/sam9g20_wm8731.c
浏览文件 @
16796819
...
...
@@ -221,8 +221,8 @@ static int at91sam9g20ek_wm8731_init(struct snd_soc_codec *codec)
snd_soc_dapm_add_routes
(
codec
,
intercon
,
ARRAY_SIZE
(
intercon
));
/* not connected */
snd_soc_dapm_
disable
_pin
(
codec
,
"RLINEIN"
);
snd_soc_dapm_
disable
_pin
(
codec
,
"LLINEIN"
);
snd_soc_dapm_
nc
_pin
(
codec
,
"RLINEIN"
);
snd_soc_dapm_
nc
_pin
(
codec
,
"LLINEIN"
);
/* always connected */
snd_soc_dapm_enable_pin
(
codec
,
"Int Mic"
);
...
...
sound/soc/codecs/Kconfig
浏览文件 @
16796819
# Helper to resolve issues with configs that have SPI enabled but I2C
# modular, meaning we can't build the codec driver in with I2C support.
# We use an ordered list of conditional defaults to pick the appropriate
# setting - SPI can't be modular so that case doesn't need to be covered.
config SND_SOC_I2C_AND_SPI
tristate
default m if I2C=m
default y if I2C=y
default y if SPI_MASTER=y
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
...
...
@@ -14,12 +24,12 @@ config SND_SOC_ALL_CODECS
select SND_SOC_UDA134X
select SND_SOC_UDA1380 if I2C
select SND_SOC_WM8350 if MFD_WM8350
select SND_SOC_WM8510 if
(I2C || SPI_MASTER)
select SND_SOC_WM8510 if
SND_SOC_I2C_AND_SPI
select SND_SOC_WM8580 if I2C
select SND_SOC_WM8728 if
(I2C || SPI_MASTER)
select SND_SOC_WM8731 if
(I2C || SPI_MASTER)
select SND_SOC_WM8750 if
(I2C || SPI_MASTER)
select SND_SOC_WM8753 if
(I2C || SPI_MASTER)
select SND_SOC_WM8728 if
SND_SOC_I2C_AND_SPI
select SND_SOC_WM8731 if
SND_SOC_I2C_AND_SPI
select SND_SOC_WM8750 if
SND_SOC_I2C_AND_SPI
select SND_SOC_WM8753 if
SND_SOC_I2C_AND_SPI
select SND_SOC_WM8900 if I2C
select SND_SOC_WM8903 if I2C
select SND_SOC_WM8971 if I2C
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录