Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178767
b: refs/heads/master
c: ecbec24
h: refs/heads/master
i:
  178765: 768bd6c
  178763: 75b23ea
  178759: b88536f
  178751: e335c7e
v: v3
  • Loading branch information
Manuel Lauss authored and Mark Brown committed Jan 4, 2010
1 parent c8c293b commit bfc60bf
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 7f50548abb5454bd82c25aae15f0a3bf6a530f46
refs/heads/master: ecbec242961ec66e900b5649ded1e40f5d5edc41
6 changes: 6 additions & 0 deletions trunk/sound/soc/codecs/ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ static int ac97_soc_probe(struct platform_device *pdev)
INIT_LIST_HEAD(&codec->dapm_widgets);
INIT_LIST_HEAD(&codec->dapm_paths);

ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0) {
printk(KERN_ERR "ASoC: failed to init gen ac97 glue\n");
goto err;
}

/* register pcms */
ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
if (ret < 0)
Expand Down

0 comments on commit bfc60bf

Please sign in to comment.