All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: dwc: debug message correction.
@ 2013-06-11  3:59 Rajeev Kumar
  2013-06-11  3:59 ` [PATCH] ASoC: dwc: Folder path correction in file header Rajeev Kumar
  2013-06-11  8:55 ` [PATCH] ASoC: dwc: debug message correction Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Rajeev Kumar @ 2013-06-11  3:59 UTC (permalink / raw)
  To: tiwai, broonie, lgirdwood; +Cc: alsa-devel, rajeev-dlh.kumar, Rajeev Kumar

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;
-- 
1.6.0.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ASoC: dwc: Folder path correction in file header.
  2013-06-11  3:59 [PATCH] ASoC: dwc: debug message correction Rajeev Kumar
@ 2013-06-11  3:59 ` Rajeev Kumar
  2013-06-11  8:55 ` [PATCH] ASoC: dwc: debug message correction Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Rajeev Kumar @ 2013-06-11  3:59 UTC (permalink / raw)
  To: tiwai, broonie, lgirdwood; +Cc: alsa-devel, rajeev-dlh.kumar, Rajeev Kumar

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>
-- 
1.6.0.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: dwc: debug message correction.
  2013-06-11  3:59 [PATCH] ASoC: dwc: debug message correction Rajeev Kumar
  2013-06-11  3:59 ` [PATCH] ASoC: dwc: Folder path correction in file header Rajeev Kumar
@ 2013-06-11  8:55 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2013-06-11  8:55 UTC (permalink / raw)
  To: Rajeev Kumar; +Cc: tiwai, alsa-devel, Rajeev Kumar, lgirdwood


[-- Attachment #1.1: Type: text/plain, Size: 170 bytes --]

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.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ASoC: dwc: debug message correction.
@ 2013-06-03  5:25 Rajeev Kumar
  0 siblings, 0 replies; 4+ messages in thread
From: Rajeev Kumar @ 2013-06-03  5:25 UTC (permalink / raw)
  To: tiwai, broonie, perex; +Cc: Rajeev Kumar, alsa-devel, spear-devel, lrg

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;
-- 
1.7.6.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-11  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11  3:59 [PATCH] ASoC: dwc: debug message correction Rajeev Kumar
2013-06-11  3:59 ` [PATCH] ASoC: dwc: Folder path correction in file header Rajeev Kumar
2013-06-11  8:55 ` [PATCH] ASoC: dwc: debug message correction Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2013-06-03  5:25 Rajeev Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.