Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316249
b: refs/heads/master
c: 629b15b
h: refs/heads/master
i:
  316247: 76eabd1
v: v3
  • Loading branch information
Mark Brown committed Jun 19, 2012
1 parent 97a755f commit 57f55fd
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: 9f0ed7a7c547efbce2c15b5017744809e9bba23a
refs/heads/master: 629b15b95d5b12a47791147b7559eacbad04d507
9 changes: 0 additions & 9 deletions trunk/sound/soc/codecs/wm5100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2378,22 +2378,13 @@ static int wm5100_remove(struct snd_soc_codec *codec)
return 0;
}

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


static struct snd_soc_codec_driver soc_codec_dev_wm5100 = {
.probe = wm5100_probe,
.remove = wm5100_remove,

.set_sysclk = wm5100_set_sysclk,
.set_pll = wm5100_set_fll,
.idle_bias_off = 1,
.reg_cache_size = WM5100_MAX_REGISTER,
.volatile_register = wm5100_soc_volatile,

.seq_notifier = wm5100_seq_notifier,
.controls = wm5100_snd_controls,
Expand Down

0 comments on commit 57f55fd

Please sign in to comment.