ASoC: dwc: debug message correction.
authorRajeev Kumar <rajeevk-dlh.kumar@st.com>
Tue, 11 Jun 2013 03:59:07 +0000 (09:29 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 12 Jun 2013 15:15:13 +0000 (16:15 +0100)
Debug message correction.

Signed-off-by: Rajeev Kumar <rajeevk-dlh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/dwc/designware_i2s.c

index 593a3ea12d4c3cca61caa6976d94847478a0c6dc..2c625264223baedd91d0fc27614fb1bc3871a25b 100644 (file)
@@ -396,7 +396,7 @@ static int dw_i2s_probe(struct platform_device *pdev)
        }
 
        if (cap & DWC_I2S_PLAY) {
-               dev_dbg(&pdev->dev, " SPEAr: play supported\n");
+               dev_dbg(&pdev->dev, " designware: play supported\n");
                dw_i2s_dai->playback.channels_min = MIN_CHANNEL_NUM;
                dw_i2s_dai->playback.channels_max = pdata->channel;
                dw_i2s_dai->playback.formats = pdata->snd_fmts;
@@ -404,7 +404,7 @@ static int dw_i2s_probe(struct platform_device *pdev)
        }
 
        if (cap & DWC_I2S_RECORD) {
-               dev_dbg(&pdev->dev, "SPEAr: record supported\n");
+               dev_dbg(&pdev->dev, "designware: record supported\n");
                dw_i2s_dai->capture.channels_min = MIN_CHANNEL_NUM;
                dw_i2s_dai->capture.channels_max = pdata->channel;
                dw_i2s_dai->capture.formats = pdata->snd_fmts;
This page took 0.024977 seconds and 5 git commands to generate.