Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270867
b: refs/heads/master
c: a6f096f
h: refs/heads/master
i:
  270865: 5c3fa29
  270863: 895c755
v: v3
  • Loading branch information
Mark Brown committed Oct 14, 2011
1 parent c515cc9 commit 70fc167
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bc6ae96a445fe527e32695135130ce4bd24b90d2
refs/heads/master: a6f096f3b6effff9edc0f34a20eb0593406cc00a
6 changes: 3 additions & 3 deletions trunk/sound/soc/codecs/da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,6 @@ static int da7210_probe(struct snd_soc_codec *codec)
/* Activate all enabled subsystem */
snd_soc_write(codec, DA7210_STARTUP1, DA7210_SC_MST_EN);

snd_soc_add_controls(codec, da7210_snd_controls,
ARRAY_SIZE(da7210_snd_controls));

dev_info(codec->dev, "DA7210 Audio Codec %s\n", DA7210_VERSION);

return 0;
Expand All @@ -542,6 +539,9 @@ static struct snd_soc_codec_driver soc_codec_dev_da7210 = {
.reg_word_size = sizeof(u8),
.reg_cache_default = da7210_reg,
.volatile_register = da7210_volatile_register,

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

#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
Expand Down

0 comments on commit 70fc167

Please sign in to comment.