Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270894
b: refs/heads/master
c: 4b1cfcb
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Oct 18, 2011
1 parent d380595 commit 8540831
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: 680fa1f807bc65ea147c6c3ea52751cab75bcd34
refs/heads/master: 4b1cfcb4f36dca33b4552d9612537e6c0ca73639
6 changes: 3 additions & 3 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,13 +1055,13 @@ static int soc_post_component_init(struct snd_soc_card *card,
}
rtd->card = card;

/* Make sure all DAPM widgets are instantiated */
snd_soc_dapm_new_widgets(&codec->dapm);

/* machine controls, routes and widgets are not prefixed */
temp = codec->name_prefix;
codec->name_prefix = NULL;

/* Make sure all DAPM widgets are instantiated */
snd_soc_dapm_new_widgets(&codec->dapm);

/* do machine specific initialization */
if (!dailess && dai_link->init)
ret = dai_link->init(rtd);
Expand Down

0 comments on commit 8540831

Please sign in to comment.