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
3dfa480b
Commit
3dfa480b
authored
Feb 11, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-next
parents
eceff819
8a47ca95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8350.c
+4
-6
No files found.
sound/soc/codecs/wm8350.c
View file @
3dfa480b
...
...
@@ -283,18 +283,16 @@ static int pga_event(struct snd_soc_dapm_widget *w,
out
->
ramp
=
WM8350_RAMP_UP
;
out
->
active
=
1
;
if
(
!
delayed_work_pending
(
&
codec
->
dapm
.
delayed_work
))
schedule_delayed_work
(
&
codec
->
dapm
.
delayed_work
,
msecs_to_jiffies
(
1
));
schedule_delayed_work
(
&
codec
->
dapm
.
delayed_work
,
msecs_to_jiffies
(
1
));
break
;
case
SND_SOC_DAPM_PRE_PMD
:
out
->
ramp
=
WM8350_RAMP_DOWN
;
out
->
active
=
0
;
if
(
!
delayed_work_pending
(
&
codec
->
dapm
.
delayed_work
))
schedule_delayed_work
(
&
codec
->
dapm
.
delayed_work
,
msecs_to_jiffies
(
1
));
schedule_delayed_work
(
&
codec
->
dapm
.
delayed_work
,
msecs_to_jiffies
(
1
));
break
;
}
...
...
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