Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316301
b: refs/heads/master
c: 3ac3f5c
h: refs/heads/master
i:
  316299: 341c95f
v: v3
  • Loading branch information
Liam Girdwood authored and Mark Brown committed Jul 6, 2012
1 parent 26371b4 commit 7457585
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3e4536546beb5295e6e0459e745327ebffeade9d
refs/heads/master: 3ac3f5ca91afc03587b1d2d642f126efc5be37ca
4 changes: 1 addition & 3 deletions trunk/sound/soc/soc-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1955,10 +1955,8 @@ static int dpcm_fe_dai_open(struct snd_pcm_substream *fe_substream)
fe->dpcm[stream].runtime = fe_substream->runtime;

if (dpcm_path_get(fe, stream, &list) <= 0) {
dev_warn(fe->dev, "asoc: %s no valid %s route\n",
dev_dbg(fe->dev, "asoc: %s no valid %s route\n",
fe->dai_link->name, stream ? "capture" : "playback");
mutex_unlock(&fe->card->mutex);
return -EINVAL;
}

/* calculate valid and active FE <-> BE dpcms */
Expand Down

0 comments on commit 7457585

Please sign in to comment.