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
0561c1bf
Commit
0561c1bf
authored
May 30, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: ac97: Remove empty remove() function
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
14a95fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
sound/soc/codecs/ac97.c
sound/soc/codecs/ac97.c
+0
-6
No files found.
sound/soc/codecs/ac97.c
View file @
0561c1bf
...
@@ -91,11 +91,6 @@ static int ac97_soc_probe(struct snd_soc_codec *codec)
...
@@ -91,11 +91,6 @@ static int ac97_soc_probe(struct snd_soc_codec *codec)
return
0
;
return
0
;
}
}
static
int
ac97_soc_remove
(
struct
snd_soc_codec
*
codec
)
{
return
0
;
}
#ifdef CONFIG_PM
#ifdef CONFIG_PM
static
int
ac97_soc_suspend
(
struct
snd_soc_codec
*
codec
)
static
int
ac97_soc_suspend
(
struct
snd_soc_codec
*
codec
)
{
{
...
@@ -119,7 +114,6 @@ static struct snd_soc_codec_driver soc_codec_dev_ac97 = {
...
@@ -119,7 +114,6 @@ static struct snd_soc_codec_driver soc_codec_dev_ac97 = {
.
write
=
ac97_write
,
.
write
=
ac97_write
,
.
read
=
ac97_read
,
.
read
=
ac97_read
,
.
probe
=
ac97_soc_probe
,
.
probe
=
ac97_soc_probe
,
.
remove
=
ac97_soc_remove
,
.
suspend
=
ac97_soc_suspend
,
.
suspend
=
ac97_soc_suspend
,
.
resume
=
ac97_soc_resume
,
.
resume
=
ac97_soc_resume
,
};
};
...
...
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