Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353451
b: refs/heads/master
c: 82e993f
h: refs/heads/master
i:
  353449: 75a835f
  353447: e473d94
v: v3
  • Loading branch information
Mark Brown committed Jan 18, 2013
1 parent 5cfa023 commit cd43d51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5851cb3daf31a7865983ac131be87af92ab4ff7a
refs/heads/master: 82e993fac48674b0231b835516e0fdae94285b9b
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/wm2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,10 @@ static int wm2200_probe(struct snd_soc_codec *codec)
return ret;
}

ret = snd_soc_add_codec_controls(codec, wm_adsp_fw_controls, 2);
if (ret != 0)
return ret;

return ret;
}

Expand Down

0 comments on commit cd43d51

Please sign in to comment.