Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321361
b: refs/heads/master
c: 58f598f
h: refs/heads/master
i:
  321359: b020130
v: v3
  • Loading branch information
Lee Jones authored and Mark Brown committed Jul 31, 2012
1 parent 45e10e6 commit 45efa4b
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: 5e70b7fc38a4659540ea5f56f7a1a7da20f4554d
refs/heads/master: 58f598ff0bb0c030e026a0738450c6a46248f6a8
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,10 @@ static int ab8500_codec_probe(struct snd_soc_codec *codec)

/* Setup AB8500 according to board-settings */
pdata = (struct ab8500_platform_data *)dev_get_platdata(dev->parent);

/* Inform SoC Core that we have our own I/O arrangements. */
codec->control_data = (void *)true;

status = ab8500_audio_setup_mics(codec, &pdata->codec->amics);
if (status < 0) {
pr_err("%s: Failed to setup mics (%d)!\n", __func__, status);
Expand Down

0 comments on commit 45efa4b

Please sign in to comment.