Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
16f9e062
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看板
提交
16f9e062
编写于
1月 25, 2011
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-2.6.38' into for-2.6.39
上级
0d42e6e7
a3adfa00
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
18 addition
and
18 deletion
+18
-18
sound/soc/atmel/snd-soc-afeb9260.c
sound/soc/atmel/snd-soc-afeb9260.c
+1
-1
sound/soc/blackfin/bf5xx-ssm2602.c
sound/soc/blackfin/bf5xx-ssm2602.c
+1
-1
sound/soc/pxa/corgi.c
sound/soc/pxa/corgi.c
+2
-2
sound/soc/pxa/poodle.c
sound/soc/pxa/poodle.c
+1
-1
sound/soc/pxa/spitz.c
sound/soc/pxa/spitz.c
+2
-2
sound/soc/samsung/neo1973_gta02_wm8753.c
sound/soc/samsung/neo1973_gta02_wm8753.c
+3
-3
sound/soc/samsung/neo1973_wm8753.c
sound/soc/samsung/neo1973_wm8753.c
+3
-3
sound/soc/samsung/s3c24xx_simtec_hermes.c
sound/soc/samsung/s3c24xx_simtec_hermes.c
+2
-2
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
+2
-2
sound/soc/samsung/s3c24xx_uda134x.c
sound/soc/samsung/s3c24xx_uda134x.c
+1
-1
未找到文件。
sound/soc/atmel/snd-soc-afeb9260.c
浏览文件 @
16f9e062
...
...
@@ -129,7 +129,7 @@ static struct snd_soc_dai_link afeb9260_dai = {
.
cpu_dai_name
=
"atmel-ssc-dai.0"
,
.
codec_dai_name
=
"tlv320aic23-hifi"
,
.
platform_name
=
"atmel_pcm-audio"
,
.
codec_name
=
"tlv320aic23-codec.0-0
x
1a"
,
.
codec_name
=
"tlv320aic23-codec.0-0
0
1a"
,
.
init
=
afeb9260_tlv320aic23_init
,
.
ops
=
&
afeb9260_ops
,
};
...
...
sound/soc/blackfin/bf5xx-ssm2602.c
浏览文件 @
16f9e062
...
...
@@ -119,7 +119,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai = {
.
cpu_dai_name
=
"bf5xx-i2s"
,
.
codec_dai_name
=
"ssm2602-hifi"
,
.
platform_name
=
"bf5xx-pcm-audio"
,
.
codec_name
=
"ssm2602-codec.0-0
x
1b"
,
.
codec_name
=
"ssm2602-codec.0-0
0
1b"
,
.
ops
=
&
bf5xx_ssm2602_ops
,
};
...
...
sound/soc/pxa/corgi.c
浏览文件 @
16f9e062
...
...
@@ -307,10 +307,10 @@ static int corgi_wm8731_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
corgi_dai
=
{
.
name
=
"WM8731"
,
.
stream_name
=
"WM8731"
,
.
cpu_dai_name
=
"pxa
-is2-dai
"
,
.
cpu_dai_name
=
"pxa
2xx-i2s
"
,
.
codec_dai_name
=
"wm8731-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8731-codec-0.001
a
"
,
.
codec_name
=
"wm8731-codec-0.001
b
"
,
.
init
=
corgi_wm8731_init
,
.
ops
=
&
corgi_ops
,
};
...
...
sound/soc/pxa/poodle.c
浏览文件 @
16f9e062
...
...
@@ -276,7 +276,7 @@ static struct snd_soc_dai_link poodle_dai = {
.
cpu_dai_name
=
"pxa2xx-i2s"
,
.
codec_dai_name
=
"wm8731-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8731-codec.0-001
a
"
,
.
codec_name
=
"wm8731-codec.0-001
b
"
,
.
init
=
poodle_wm8731_init
,
.
ops
=
&
poodle_ops
,
};
...
...
sound/soc/pxa/spitz.c
浏览文件 @
16f9e062
...
...
@@ -315,10 +315,10 @@ static int spitz_wm8750_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
spitz_dai
=
{
.
name
=
"wm8750"
,
.
stream_name
=
"WM8750"
,
.
cpu_dai_name
=
"pxa
-is2
"
,
.
cpu_dai_name
=
"pxa
2xx-i2s
"
,
.
codec_dai_name
=
"wm8750-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8750-codec.0-001
a
"
,
.
codec_name
=
"wm8750-codec.0-001
b
"
,
.
init
=
spitz_wm8750_init
,
.
ops
=
&
spitz_ops
,
};
...
...
sound/soc/samsung/neo1973_gta02_wm8753.c
浏览文件 @
16f9e062
...
...
@@ -387,11 +387,11 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = {
{
/* Hifi Playback - for similatious use with voice below */
.
name
=
"WM8753"
,
.
stream_name
=
"WM8753 HiFi"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"wm8753-hifi"
,
.
init
=
neo1973_gta02_wm8753_init
,
.
platform_name
=
"samsung-audio"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
ops
=
&
neo1973_gta02_hifi_ops
,
},
{
/* Voice via BT */
...
...
@@ -400,7 +400,7 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = {
.
cpu_dai_name
=
"bluetooth-dai"
,
.
codec_dai_name
=
"wm8753-voice"
,
.
ops
=
&
neo1973_gta02_voice_ops
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
platform_name
=
"samsung-audio"
,
},
};
...
...
sound/soc/samsung/neo1973_wm8753.c
浏览文件 @
16f9e062
...
...
@@ -559,9 +559,9 @@ static struct snd_soc_dai_link neo1973_dai[] = {
.
name
=
"WM8753"
,
.
stream_name
=
"WM8753 HiFi"
,
.
platform_name
=
"samsung-audio"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"wm8753-hifi"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
init
=
neo1973_wm8753_init
,
.
ops
=
&
neo1973_hifi_ops
,
},
...
...
@@ -571,7 +571,7 @@ static struct snd_soc_dai_link neo1973_dai[] = {
.
platform_name
=
"samsung-audio"
,
.
cpu_dai_name
=
"bluetooth-dai"
,
.
codec_dai_name
=
"wm8753-voice"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
ops
=
&
neo1973_voice_ops
,
},
};
...
...
sound/soc/samsung/s3c24xx_simtec_hermes.c
浏览文件 @
16f9e062
...
...
@@ -84,8 +84,8 @@ static int simtec_hermes_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
simtec_dai_aic33
=
{
.
name
=
"tlv320aic33"
,
.
stream_name
=
"TLV320AIC33"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
x
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
0
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"tlv320aic3x-hifi"
,
.
platform_name
=
"samsung-audio"
,
.
init
=
simtec_hermes_init
,
...
...
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
浏览文件 @
16f9e062
...
...
@@ -73,8 +73,8 @@ static int simtec_tlv320aic23_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
simtec_dai_aic23
=
{
.
name
=
"tlv320aic23"
,
.
stream_name
=
"TLV320AIC23"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
x
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
0
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"tlv320aic3x-hifi"
,
.
platform_name
=
"samsung-audio"
,
.
init
=
simtec_tlv320aic23_init
,
...
...
sound/soc/samsung/s3c24xx_uda134x.c
浏览文件 @
16f9e062
...
...
@@ -221,7 +221,7 @@ static struct snd_soc_dai_link s3c24xx_uda134x_dai_link = {
.
stream_name
=
"UDA134X"
,
.
codec_name
=
"uda134x-hifi"
,
.
codec_dai_name
=
"uda134x-hifi"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
ops
=
&
s3c24xx_uda134x_ops
,
.
platform_name
=
"samsung-audio"
,
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录