Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151201
b: refs/heads/master
c: 6d5701b
h: refs/heads/master
i:
  151199: 0c841cb
v: v3
  • Loading branch information
Mark Brown committed Jun 14, 2009
1 parent 0a6944d commit 90d7e29
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5ba73683ba5223b218b26f878663e3907e85eedc
refs/heads/master: 6d5701b29e392f77d222254aa8e375315d59f0aa
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,9 @@ int snd_soc_init_card(struct snd_soc_device *socdev)
snprintf(codec->card->longname, sizeof(codec->card->longname),
"%s (%s)", card->name, codec->name);

/* Make sure all DAPM widgets are instantiated */
snd_soc_dapm_new_widgets(codec);

ret = snd_card_register(codec->card);
if (ret < 0) {
printk(KERN_ERR "asoc: failed to register soundcard for %s\n",
Expand Down

0 comments on commit 90d7e29

Please sign in to comment.