Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293426
b: refs/heads/master
c: 62172f4
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 29, 2012
1 parent 87423ab commit 1796f9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: e778ba07edd03bc5000e22bc72113e06a7ded694
refs/heads/master: 62172f4a750e28c5573b3402c3fe3f029b5dd67b
8 changes: 0 additions & 8 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -3935,20 +3935,12 @@ static int wm8994_codec_remove(struct snd_soc_codec *codec)
return 0;
}

static int wm8994_soc_volatile(struct snd_soc_codec *codec,
unsigned int reg)
{
return true;
}

static struct snd_soc_codec_driver soc_codec_dev_wm8994 = {
.probe = wm8994_codec_probe,
.remove = wm8994_codec_remove,
.suspend = wm8994_suspend,
.resume = wm8994_resume,
.set_bias_level = wm8994_set_bias_level,
.reg_cache_size = WM8994_MAX_REGISTER,
.volatile_register = wm8994_soc_volatile,
};

static int __devinit wm8994_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 1796f9e

Please sign in to comment.