Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132864
b: refs/heads/master
c: 6d56434
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 26, 2009
1 parent 6c90851 commit 435ffa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e611bd82441130991d7f4600dfd4632cebd417c5
refs/heads/master: 6d5643455ced9ee45a4aa7403fe8056d826bde85
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,8 @@ static int wm8753_probe(struct platform_device *pdev)
goto pcm_err;
}

wm8753_add_controls(codec);
snd_soc_add_controls(codec, wm8753_snd_controls,
ARRAY_SIZE(wm8753_snd_controls));
wm8753_add_widgets(codec);
ret = snd_soc_init_card(socdev);
if (ret < 0) {
Expand Down

0 comments on commit 435ffa0

Please sign in to comment.