Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293424
b: refs/heads/master
c: 6449c9f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 29, 2012
1 parent 4d7d336 commit 318ae80
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: 1dd4c8e42aa08f21de3cdb4f7aa0841fbd7e3f58
refs/heads/master: 6449c9f858cd68efc93b1d71455e5e475dab69e4
8 changes: 0 additions & 8 deletions trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -3054,12 +3054,6 @@ static int wm8996_remove(struct snd_soc_codec *codec)
return 0;
}

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

static struct snd_soc_codec_driver soc_codec_dev_wm8996 = {
.probe = wm8996_probe,
.remove = wm8996_remove,
Expand All @@ -3073,8 +3067,6 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8996 = {
.dapm_routes = wm8996_dapm_routes,
.num_dapm_routes = ARRAY_SIZE(wm8996_dapm_routes),
.set_pll = wm8996_set_fll,
.reg_cache_size = WM8996_MAX_REGISTER,
.volatile_register = wm8996_soc_volatile_register,
};

#define WM8996_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
Expand Down

0 comments on commit 318ae80

Please sign in to comment.