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
588701ef
Commit
588701ef
authored
Aug 22, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next
parents
ffdcb88b
2df7c6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
sound/soc/codecs/max98090.c
sound/soc/codecs/max98090.c
+6
-4
No files found.
sound/soc/codecs/max98090.c
View file @
588701ef
...
@@ -2084,8 +2084,9 @@ static irqreturn_t max98090_interrupt(int irq, void *data)
...
@@ -2084,8 +2084,9 @@ static irqreturn_t max98090_interrupt(int irq, void *data)
pm_wakeup_event
(
codec
->
dev
,
100
);
pm_wakeup_event
(
codec
->
dev
,
100
);
schedule_delayed_work
(
&
max98090
->
jack_work
,
queue_delayed_work
(
system_power_efficient_wq
,
msecs_to_jiffies
(
100
));
&
max98090
->
jack_work
,
msecs_to_jiffies
(
100
));
}
}
if
(
active
&
M98090_DRCACT_MASK
)
if
(
active
&
M98090_DRCACT_MASK
)
...
@@ -2132,8 +2133,9 @@ int max98090_mic_detect(struct snd_soc_codec *codec,
...
@@ -2132,8 +2133,9 @@ int max98090_mic_detect(struct snd_soc_codec *codec,
snd_soc_jack_report
(
max98090
->
jack
,
0
,
snd_soc_jack_report
(
max98090
->
jack
,
0
,
SND_JACK_HEADSET
|
SND_JACK_BTN_0
);
SND_JACK_HEADSET
|
SND_JACK_BTN_0
);
schedule_delayed_work
(
&
max98090
->
jack_work
,
queue_delayed_work
(
system_power_efficient_wq
,
msecs_to_jiffies
(
100
));
&
max98090
->
jack_work
,
msecs_to_jiffies
(
100
));
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