Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
59544d33
Commit
59544d33
authored
Feb 18, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Remove version display from the WM8753 driver
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
5998102b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8753.c
+0
-4
No files found.
sound/soc/codecs/wm8753.c
View file @
59544d33
...
...
@@ -51,8 +51,6 @@
#include "wm8753.h"
#define WM8753_VERSION "0.16"
static
int
caps_charge
=
2000
;
module_param
(
caps_charge
,
int
,
0
);
MODULE_PARM_DESC
(
caps_charge
,
"WM8753 cap charge time (msecs)"
);
...
...
@@ -1778,8 +1776,6 @@ static int wm8753_probe(struct platform_device *pdev)
struct
wm8753_priv
*
wm8753
;
int
ret
=
0
;
pr_info
(
"WM8753 Audio Codec %s"
,
WM8753_VERSION
);
setup
=
socdev
->
codec_data
;
codec
=
kzalloc
(
sizeof
(
struct
snd_soc_codec
),
GFP_KERNEL
);
if
(
codec
==
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