From 745758522ff288ffe9e16e8e9cdda1789dd6f6b9 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 6 Jul 2012 17:07:00 +0100 Subject: [PATCH] --- yaml --- r: 316301 b: refs/heads/master c: 3ac3f5ca91afc03587b1d2d642f126efc5be37ca h: refs/heads/master i: 316299: 341c95f72c438185714376282a79055e3c16a4e4 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-pcm.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4c390119a6a4..e3769a5fc946 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e4536546beb5295e6e0459e745327ebffeade9d +refs/heads/master: 3ac3f5ca91afc03587b1d2d642f126efc5be37ca diff --git a/trunk/sound/soc/soc-pcm.c b/trunk/sound/soc/soc-pcm.c index 7063b8f926c6..ef22d0bd9e9e 100644 --- a/trunk/sound/soc/soc-pcm.c +++ b/trunk/sound/soc/soc-pcm.c @@ -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 */