summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorPeter Ujfalusi2011-08-26 15:33:52 +0200
committerMark Brown2011-08-31 10:45:33 +0200
commit728a52222461a8cf0d5c375da1ef514a72d5194b (patch)
treec89d4a6b6c8e510857790fe40d1c7d12729de31d /sound/soc/soc-dapm.c
parentMAINTAINERS: Add some missed Wolfson files (diff)
downloadkernel-qcow2-linux-728a52222461a8cf0d5c375da1ef514a72d5194b.tar.gz
kernel-qcow2-linux-728a52222461a8cf0d5c375da1ef514a72d5194b.tar.xz
kernel-qcow2-linux-728a52222461a8cf0d5c375da1ef514a72d5194b.zip
ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free
We have dapm_context instead of codec parameter. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 7e15914b3633..d67c637557a7 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.
*/