]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/soc-pcm.c
KARO: cleanup after merge of Freescale 3.10.17 stuff
[karo-tx-linux.git] / sound / soc / soc-pcm.c
index ce14e37c11ea51382732f51a6508a7c1599b9575..54d18f22a33e4716b05292f252b53e553d85f8ba 100644 (file)
@@ -1012,7 +1012,7 @@ static struct snd_soc_pcm_runtime *dpcm_get_be(struct snd_soc_card *card,
                }
        }
 
-       dev_dbg(card->dev, "ASoC: can't get %s BE for %s\n",
+       dev_err(card->dev, "ASoC: can't get %s BE for %s\n",
                stream ? "capture" : "playback", widget->name);
        return NULL;
 }
@@ -1120,7 +1120,7 @@ static int dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream,
                /* is there a valid BE rtd for this widget */
                be = dpcm_get_be(card, list->widgets[i], stream);
                if (!be) {
-                       dev_dbg(fe->dev, "ASoC: no BE found for %s\n",
+                       dev_err(fe->dev, "ASoC: no BE found for %s\n",
                                        list->widgets[i]->name);
                        continue;
                }