Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316198
b: refs/heads/master
c: 0561c1b
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 3, 2012
1 parent 73493bb commit 6e0ab7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14a95fe865c0b2ede6f386f52413f6396c010833
refs/heads/master: 0561c1bf354c4a8230a1e0ada43362f54e60b2f0
6 changes: 0 additions & 6 deletions trunk/sound/soc/codecs/ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ static int ac97_soc_probe(struct snd_soc_codec *codec)
return 0;
}

static int ac97_soc_remove(struct snd_soc_codec *codec)
{
return 0;
}

#ifdef CONFIG_PM
static int ac97_soc_suspend(struct snd_soc_codec *codec)
{
Expand All @@ -119,7 +114,6 @@ static struct snd_soc_codec_driver soc_codec_dev_ac97 = {
.write = ac97_write,
.read = ac97_read,
.probe = ac97_soc_probe,
.remove = ac97_soc_remove,
.suspend = ac97_soc_suspend,
.resume = ac97_soc_resume,
};
Expand Down

0 comments on commit 6e0ab7e

Please sign in to comment.