aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/dwc
diff options
context:
space:
mode:
authorRajeev Kumar <rajeevk-dlh.kumar@st.com>2013-06-10 23:59:07 -0400
committerMark Brown <broonie@linaro.org>2013-06-12 11:15:13 -0400
commit5e83c160d83070152a595f57a6ca7c5bb1ce16b3 (patch)
tree48e7de75ca8cc5ed72dfa7dd806bdba66d8012fc /sound/soc/dwc
parent317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff)
ASoC: dwc: debug message correction.
Debug message correction. Signed-off-by: Rajeev Kumar <rajeevk-dlh.kumar@st.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/dwc')
-rw-r--r--sound/soc/dwc/designware_i2s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index 593a3ea12d4c..2c625264223b 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -396,7 +396,7 @@ static int dw_i2s_probe(struct platform_device *pdev)
396 } 396 }
397 397
398 if (cap & DWC_I2S_PLAY) { 398 if (cap & DWC_I2S_PLAY) {
399 dev_dbg(&pdev->dev, " SPEAr: play supported\n"); 399 dev_dbg(&pdev->dev, " designware: play supported\n");
400 dw_i2s_dai->playback.channels_min = MIN_CHANNEL_NUM; 400 dw_i2s_dai->playback.channels_min = MIN_CHANNEL_NUM;
401 dw_i2s_dai->playback.channels_max = pdata->channel; 401 dw_i2s_dai->playback.channels_max = pdata->channel;
402 dw_i2s_dai->playback.formats = pdata->snd_fmts; 402 dw_i2s_dai->playback.formats = pdata->snd_fmts;
@@ -404,7 +404,7 @@ static int dw_i2s_probe(struct platform_device *pdev)
404 } 404 }
405 405
406 if (cap & DWC_I2S_RECORD) { 406 if (cap & DWC_I2S_RECORD) {
407 dev_dbg(&pdev->dev, "SPEAr: record supported\n"); 407 dev_dbg(&pdev->dev, "designware: record supported\n");
408 dw_i2s_dai->capture.channels_min = MIN_CHANNEL_NUM; 408 dw_i2s_dai->capture.channels_min = MIN_CHANNEL_NUM;
409 dw_i2s_dai->capture.channels_max = pdata->channel; 409 dw_i2s_dai->capture.channels_max = pdata->channel;
410 dw_i2s_dai->capture.formats = pdata->snd_fmts; 410 dw_i2s_dai->capture.formats = pdata->snd_fmts;