Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
5dccf54e
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看板
提交
5dccf54e
编写于
4月 12, 2013
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
上级
48539f73
fa659d83
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
4 addition
and
5 deletion
+4
-5
sound/soc/fsl/imx-audmux.c
sound/soc/fsl/imx-audmux.c
+1
-2
sound/soc/fsl/imx-pcm-fiq.c
sound/soc/fsl/imx-pcm-fiq.c
+1
-1
sound/soc/fsl/imx-sgtl5000.c
sound/soc/fsl/imx-sgtl5000.c
+1
-1
sound/soc/fsl/imx-ssi.c
sound/soc/fsl/imx-ssi.c
+1
-1
未找到文件。
sound/soc/fsl/imx-audmux.c
浏览文件 @
5dccf54e
...
@@ -262,7 +262,7 @@ static int imx_audmux_probe(struct platform_device *pdev)
...
@@ -262,7 +262,7 @@ static int imx_audmux_probe(struct platform_device *pdev)
return
PTR_ERR
(
pinctrl
);
return
PTR_ERR
(
pinctrl
);
}
}
audmux_clk
=
clk_get
(
&
pdev
->
dev
,
"audmux"
);
audmux_clk
=
devm_
clk_get
(
&
pdev
->
dev
,
"audmux"
);
if
(
IS_ERR
(
audmux_clk
))
{
if
(
IS_ERR
(
audmux_clk
))
{
dev_dbg
(
&
pdev
->
dev
,
"cannot get clock: %ld
\n
"
,
dev_dbg
(
&
pdev
->
dev
,
"cannot get clock: %ld
\n
"
,
PTR_ERR
(
audmux_clk
));
PTR_ERR
(
audmux_clk
));
...
@@ -282,7 +282,6 @@ static int imx_audmux_remove(struct platform_device *pdev)
...
@@ -282,7 +282,6 @@ static int imx_audmux_remove(struct platform_device *pdev)
{
{
if
(
audmux_type
==
IMX31_AUDMUX
)
if
(
audmux_type
==
IMX31_AUDMUX
)
audmux_debugfs_remove
();
audmux_debugfs_remove
();
clk_put
(
audmux_clk
);
return
0
;
return
0
;
}
}
...
...
sound/soc/fsl/imx-pcm-fiq.c
浏览文件 @
5dccf54e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#include "imx-ssi.h"
#include "imx-ssi.h"
struct
imx_pcm_runtime_data
{
struct
imx_pcm_runtime_data
{
int
period
;
unsigned
int
period
;
int
periods
;
int
periods
;
unsigned
long
offset
;
unsigned
long
offset
;
unsigned
long
last_offset
;
unsigned
long
last_offset
;
...
...
sound/soc/fsl/imx-sgtl5000.c
浏览文件 @
5dccf54e
...
@@ -148,7 +148,7 @@ static int imx_sgtl5000_probe(struct platform_device *pdev)
...
@@ -148,7 +148,7 @@ static int imx_sgtl5000_probe(struct platform_device *pdev)
data
->
dai
.
stream_name
=
"HiFi"
;
data
->
dai
.
stream_name
=
"HiFi"
;
data
->
dai
.
codec_dai_name
=
"sgtl5000"
;
data
->
dai
.
codec_dai_name
=
"sgtl5000"
;
data
->
dai
.
codec_of_node
=
codec_np
;
data
->
dai
.
codec_of_node
=
codec_np
;
data
->
dai
.
cpu_
dai_name
=
dev_name
(
&
ssi_pdev
->
dev
)
;
data
->
dai
.
cpu_
of_node
=
ssi_np
;
data
->
dai
.
platform_name
=
"imx-pcm-audio"
;
data
->
dai
.
platform_name
=
"imx-pcm-audio"
;
data
->
dai
.
init
=
&
imx_sgtl5000_dai_init
;
data
->
dai
.
init
=
&
imx_sgtl5000_dai_init
;
data
->
dai
.
dai_fmt
=
SND_SOC_DAIFMT_I2S
|
SND_SOC_DAIFMT_NB_NF
|
data
->
dai
.
dai_fmt
=
SND_SOC_DAIFMT_I2S
|
SND_SOC_DAIFMT_NB_NF
|
...
...
sound/soc/fsl/imx-ssi.c
浏览文件 @
5dccf54e
...
@@ -400,7 +400,7 @@ static struct snd_soc_dai_driver imx_ac97_dai = {
...
@@ -400,7 +400,7 @@ static struct snd_soc_dai_driver imx_ac97_dai = {
.
stream_name
=
"AC97 Playback"
,
.
stream_name
=
"AC97 Playback"
,
.
channels_min
=
2
,
.
channels_min
=
2
,
.
channels_max
=
2
,
.
channels_max
=
2
,
.
rates
=
SNDRV_PCM_RATE_48000
,
.
rates
=
SNDRV_PCM_RATE_
8000_
48000
,
.
formats
=
SNDRV_PCM_FMTBIT_S16_LE
,
.
formats
=
SNDRV_PCM_FMTBIT_S16_LE
,
},
},
.
capture
=
{
.
capture
=
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录