[alsa-devel] [PATCH] ASoC: dwc: debug message correction.

From: Rajeev Kumar rajeevk-dlh.kumar@st.com
Debug message correction.
Signed-off-by: Rajeev Kumar rajeevk-dlh.kumar@st.com --- sound/soc/dwc/designware_i2s.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index deb30d5..deb975e 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c @@ -392,7 +392,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; @@ -400,7 +400,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;

From: Rajeev Kumar rajeevk-dlh.kumar@st.com
Folder path correction in file header.
Signed-off-by: Rajeev Kumar rajeevk-dlh.kumar@st.com --- sound/soc/dwc/designware_i2s.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index deb975e..6ce92bc 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c @@ -1,7 +1,7 @@ /* * ALSA SoC Synopsys I2S Audio Layer * - * sound/soc/spear/designware_i2s.c + * sound/soc/dwc/designware_i2s.c * * Copyright (C) 2010 ST Microelectronics * Rajeev Kumar rajeev-dlh.kumar@st.com

On Tue, Jun 11, 2013 at 09:29:07AM +0530, Rajeev Kumar wrote:
From: Rajeev Kumar rajeevk-dlh.kumar@st.com
Debug message correction.
Applied both, thanks.
participants (2)
-
Mark Brown
-
Rajeev Kumar