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
497c11a9
Commit
497c11a9
authored
May 22, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
parents
b79e16cb
ccffbd27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sound/soc/codecs/pcm512x.c
sound/soc/codecs/pcm512x.c
+2
-0
No files found.
sound/soc/codecs/pcm512x.c
View file @
497c11a9
...
...
@@ -517,6 +517,7 @@ void pcm512x_remove(struct device *dev)
}
EXPORT_SYMBOL_GPL
(
pcm512x_remove
);
#ifdef CONFIG_PM_RUNTIME
static
int
pcm512x_suspend
(
struct
device
*
dev
)
{
struct
pcm512x_priv
*
pcm512x
=
dev_get_drvdata
(
dev
);
...
...
@@ -578,6 +579,7 @@ static int pcm512x_resume(struct device *dev)
return
0
;
}
#endif
const
struct
dev_pm_ops
pcm512x_pm_ops
=
{
SET_RUNTIME_PM_OPS
(
pcm512x_suspend
,
pcm512x_resume
,
NULL
)
...
...
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