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
02b7cbc3
Commit
02b7cbc3
authored
Mar 11, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Remove version display from WM8580 driver
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
aaf1e176
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8580.c
+0
-4
No files found.
sound/soc/codecs/wm8580.c
View file @
02b7cbc3
...
@@ -35,8 +35,6 @@
...
@@ -35,8 +35,6 @@
#include "wm8580.h"
#include "wm8580.h"
#define WM8580_VERSION "0.1"
struct
pll_state
{
struct
pll_state
{
unsigned
int
in
;
unsigned
int
in
;
unsigned
int
out
;
unsigned
int
out
;
...
@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
...
@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
struct
wm8580_priv
*
wm8580
;
struct
wm8580_priv
*
wm8580
;
int
ret
=
0
;
int
ret
=
0
;
pr_info
(
"WM8580 Audio Codec %s
\n
"
,
WM8580_VERSION
);
setup
=
socdev
->
codec_data
;
setup
=
socdev
->
codec_data
;
codec
=
kzalloc
(
sizeof
(
struct
snd_soc_codec
),
GFP_KERNEL
);
codec
=
kzalloc
(
sizeof
(
struct
snd_soc_codec
),
GFP_KERNEL
);
if
(
codec
==
NULL
)
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