Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132857
b: refs/heads/master
c: eeb1080
h: refs/heads/master
i:
  132855: a842969
v: v3
  • Loading branch information
Mark Brown committed Feb 22, 2009
1 parent 96fb928 commit bed938c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ce3bdaa8710c10eec5a6dae67aaf73088d0ced4f
refs/heads/master: eeb1080b29a0fa00e426ba77eb96f3a157b335ab
6 changes: 5 additions & 1 deletion trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,11 @@ static int wm8753_init(struct snd_soc_device *socdev)

wm8753_set_dai_mode(codec, 0);

wm8753_reset(codec);
ret = wm8753_reset(codec);
if (ret < 0) {
printk(KERN_ERR "wm8753: failed to reset device\n");
return ret;
}

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

0 comments on commit bed938c

Please sign in to comment.