Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283910
b: refs/heads/master
c: 5a37452
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 9, 2011
1 parent cf18f16 commit 6caab68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: bc9c040d363f3be17a59024191e9400e5b6205ae
refs/heads/master: 5a374524216a244d30c42545ab49f743a43b05c7
7 changes: 4 additions & 3 deletions trunk/sound/soc/codecs/wm8804.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ static int wm8804_probe(struct snd_soc_codec *codec)

wm8804_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

snd_soc_add_controls(codec, wm8804_snd_controls,
ARRAY_SIZE(wm8804_snd_controls));
return 0;

err_reg_enable:
Expand Down Expand Up @@ -715,7 +713,10 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
.reg_cache_size = ARRAY_SIZE(wm8804_reg_defs),
.reg_word_size = sizeof(u8),
.reg_cache_default = wm8804_reg_defs,
.volatile_register = wm8804_volatile
.volatile_register = wm8804_volatile,

.controls = wm8804_snd_controls,
.num_controls = ARRAY_SIZE(wm8804_snd_controls),
};

static const struct of_device_id wm8804_of_match[] = {
Expand Down

0 comments on commit 6caab68

Please sign in to comment.