Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5dccf54e
Commit
5dccf54e
authored
Apr 12, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
parents
48539f73
fa659d83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+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
No files found.
sound/soc/fsl/imx-audmux.c
View file @
5dccf54e
...
...
@@ -262,7 +262,7 @@ static int imx_audmux_probe(struct platform_device *pdev)
return
PTR_ERR
(
pinctrl
);
}
audmux_clk
=
clk_get
(
&
pdev
->
dev
,
"audmux"
);
audmux_clk
=
devm_
clk_get
(
&
pdev
->
dev
,
"audmux"
);
if
(
IS_ERR
(
audmux_clk
))
{
dev_dbg
(
&
pdev
->
dev
,
"cannot get clock: %ld
\n
"
,
PTR_ERR
(
audmux_clk
));
...
...
@@ -282,7 +282,6 @@ static int imx_audmux_remove(struct platform_device *pdev)
{
if
(
audmux_type
==
IMX31_AUDMUX
)
audmux_debugfs_remove
();
clk_put
(
audmux_clk
);
return
0
;
}
...
...
sound/soc/fsl/imx-pcm-fiq.c
View file @
5dccf54e
...
...
@@ -34,7 +34,7 @@
#include "imx-ssi.h"
struct
imx_pcm_runtime_data
{
int
period
;
unsigned
int
period
;
int
periods
;
unsigned
long
offset
;
unsigned
long
last_offset
;
...
...
sound/soc/fsl/imx-sgtl5000.c
View file @
5dccf54e
...
...
@@ -148,7 +148,7 @@ static int imx_sgtl5000_probe(struct platform_device *pdev)
data
->
dai
.
stream_name
=
"HiFi"
;
data
->
dai
.
codec_dai_name
=
"sgtl5000"
;
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
.
init
=
&
imx_sgtl5000_dai_init
;
data
->
dai
.
dai_fmt
=
SND_SOC_DAIFMT_I2S
|
SND_SOC_DAIFMT_NB_NF
|
...
...
sound/soc/fsl/imx-ssi.c
View file @
5dccf54e
...
...
@@ -400,7 +400,7 @@ static struct snd_soc_dai_driver imx_ac97_dai = {
.
stream_name
=
"AC97 Playback"
,
.
channels_min
=
2
,
.
channels_max
=
2
,
.
rates
=
SNDRV_PCM_RATE_48000
,
.
rates
=
SNDRV_PCM_RATE_
8000_
48000
,
.
formats
=
SNDRV_PCM_FMTBIT_S16_LE
,
},
.
capture
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment