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
5df498a2
Commit
5df498a2
authored
Sep 01, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/ssm2602' into tmp
parents
90d561be
9d863b88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sound/soc/codecs/ssm2602.c
sound/soc/codecs/ssm2602.c
+2
-1
No files found.
sound/soc/codecs/ssm2602.c
View file @
5df498a2
...
@@ -561,8 +561,9 @@ static int ssm2602_suspend(struct snd_soc_codec *codec)
...
@@ -561,8 +561,9 @@ static int ssm2602_suspend(struct snd_soc_codec *codec)
static
int
ssm2602_resume
(
struct
snd_soc_codec
*
codec
)
static
int
ssm2602_resume
(
struct
snd_soc_codec
*
codec
)
{
{
s
nd_soc_cache_sync
(
codec
);
s
truct
ssm2602_priv
*
ssm2602
=
snd_soc_codec_get_drvdata
(
codec
);
regcache_sync
(
ssm2602
->
regmap
);
ssm2602_set_bias_level
(
codec
,
SND_SOC_BIAS_STANDBY
);
ssm2602_set_bias_level
(
codec
,
SND_SOC_BIAS_STANDBY
);
return
0
;
return
0
;
...
...
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