Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293360
b: refs/heads/master
c: 5aa9b85
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent 841e2bd commit cb0d070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 07fabd1bfb0036fa6a7c4b5d4db1540623ace742
refs/heads/master: 5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680
9 changes: 0 additions & 9 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3630,20 +3630,11 @@ static int wm8962_remove(struct snd_soc_codec *codec)
return 0;
}

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


static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
.probe = wm8962_probe,
.remove = wm8962_remove,
.set_bias_level = wm8962_set_bias_level,
.set_pll = wm8962_set_fll,
.reg_cache_size = WM8962_MAX_REGISTER,
.volatile_register = wm8962_soc_volatile,
.idle_bias_off = true,
};

Expand Down

0 comments on commit cb0d070

Please sign in to comment.