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
Kirill Smelkov
linux
Commits
d7963b72
Commit
d7963b72
authored
Mar 26, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next
parents
a36b3240
34913fd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
sound/soc/fsl/imx-ssi.c
sound/soc/fsl/imx-ssi.c
+5
-0
sound/soc/fsl/pcm030-audio-fabric.c
sound/soc/fsl/pcm030-audio-fabric.c
+1
-1
No files found.
sound/soc/fsl/imx-ssi.c
View file @
d7963b72
...
...
@@ -496,6 +496,8 @@ static void imx_ssi_ac97_reset(struct snd_ac97 *ac97)
if
(
imx_ssi
->
ac97_reset
)
imx_ssi
->
ac97_reset
(
ac97
);
/* First read sometimes fails, do a dummy read */
imx_ssi_ac97_read
(
ac97
,
0
);
}
static
void
imx_ssi_ac97_warm_reset
(
struct
snd_ac97
*
ac97
)
...
...
@@ -504,6 +506,9 @@ static void imx_ssi_ac97_warm_reset(struct snd_ac97 *ac97)
if
(
imx_ssi
->
ac97_warm_reset
)
imx_ssi
->
ac97_warm_reset
(
ac97
);
/* First read sometimes fails, do a dummy read */
imx_ssi_ac97_read
(
ac97
,
0
);
}
struct
snd_ac97_bus_ops
soc_ac97_ops
=
{
...
...
sound/soc/fsl/pcm030-audio-fabric.c
View file @
d7963b72
...
...
@@ -51,7 +51,7 @@ static struct snd_soc_card pcm030_card = {
.
num_links
=
ARRAY_SIZE
(
pcm030_fabric_dai
),
};
static
int
__init
pcm030_fabric_probe
(
struct
platform_device
*
op
)
static
int
pcm030_fabric_probe
(
struct
platform_device
*
op
)
{
struct
device_node
*
np
=
op
->
dev
.
of_node
;
struct
device_node
*
platform_np
;
...
...
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