All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free
@ 2011-08-26 13:33 Peter Ujfalusi
  2011-08-31  8:47 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2011-08-26 13:33 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel

We have dapm_context instead of codec parameter.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
Hello Mark, Liam,

Bumped to this while adding the snd_soc_dapm_attach_dai_supply.
It must have been overlooked, when the API changed.

Peter

 sound/soc/soc-dapm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 8839202..5072b3b 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -2763,7 +2763,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_ignore_suspend);
 
 /**
  * snd_soc_dapm_free - free dapm resources
- * @card: SoC device
+ * @dapm: DAPM context
  *
  * Free all dapm widgets and resources.
  */
-- 
1.7.6.1

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

* Re: [PATCH] ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free
  2011-08-26 13:33 [PATCH] ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free Peter Ujfalusi
@ 2011-08-31  8:47 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-08-31  8:47 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: alsa-devel, Liam Girdwood

On Fri, Aug 26, 2011 at 04:33:52PM +0300, Peter Ujfalusi wrote:
> We have dapm_context instead of codec parameter.

Applied, thanks.

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

end of thread, other threads:[~2011-08-31  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 13:33 [PATCH] ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free Peter Ujfalusi
2011-08-31  8:47 ` Mark Brown

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.