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
3f1c6326
Commit
3f1c6326
authored
Dec 27, 2010
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Fix typo in x86 workaround
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
617eecdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/soc/codecs/wm8962.c
sound/soc/codecs/wm8962.c
+1
-1
No files found.
sound/soc/codecs/wm8962.c
View file @
3f1c6326
...
@@ -3354,7 +3354,7 @@ static irqreturn_t wm8962_irq(int irq, void *data)
...
@@ -3354,7 +3354,7 @@ static irqreturn_t wm8962_irq(int irq, void *data)
if
(
active
&
(
WM8962_MICSCD_EINT
|
WM8962_MICD_EINT
))
{
if
(
active
&
(
WM8962_MICSCD_EINT
|
WM8962_MICD_EINT
))
{
dev_dbg
(
codec
->
dev
,
"Microphone event detected
\n
"
);
dev_dbg
(
codec
->
dev
,
"Microphone event detected
\n
"
);
#ifndef CONFIG_SOUND_SOC_WM862_MODULE
#ifndef CONFIG_SOUND_SOC_WM8
9
62_MODULE
trace_snd_soc_jack_irq
(
dev_name
(
codec
->
dev
));
trace_snd_soc_jack_irq
(
dev_name
(
codec
->
dev
));
#endif
#endif
...
...
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