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
a1691343
Commit
a1691343
authored
Nov 30, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Provide debug log of accessory status on WM8958
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
6414261f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8994.c
+2
-0
No files found.
sound/soc/codecs/wm8994.c
View file @
a1691343
...
...
@@ -3042,6 +3042,8 @@ static void wm8958_default_micdet(u16 status, void *data)
struct
snd_soc_codec
*
codec
=
data
;
struct
wm8994_priv
*
wm8994
=
snd_soc_codec_get_drvdata
(
codec
);
dev_dbg
(
codec
->
dev
,
"MICDET %x
\n
"
,
status
);
/* If nothing present then clear our statuses */
if
(
!
(
status
&
WM8958_MICD_STS
))
{
dev_dbg
(
codec
->
dev
,
"Detected open circuit
\n
"
);
...
...
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