2008-11-25 15:25:39

by Qinghuang Feng

[permalink] [raw]
Subject: [PATCH 2/2] sound/soc/soc-core.c: cleanup kernel-doc

There is no argument named @clk_id in snd_soc_dai_set_fmt,
remove its' comment.

Signed-off-by: Qinghuang Feng <[email protected]>
---
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 16c7453..81ee4ba 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1805,7 +1805,6 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_set_pll);
/**
* snd_soc_dai_set_fmt - configure DAI hardware audio format.
* @dai: DAI
- * @clk_id: DAI specific clock ID
* @fmt: SND_SOC_DAIFMT_ format value.
*
* Configures the DAI hardware format and clocking.


2008-11-25 15:54:18

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH 2/2] sound/soc/soc-core.c: cleanup kernel-doc

On Tue, Nov 25, 2008 at 11:24:54PM +0800, Qinghuang Feng wrote:
> There is no argument named @clk_id in snd_soc_dai_set_fmt,
> remove its' comment.

> Signed-off-by: Qinghuang Feng <[email protected]>

Applied, thanks.

Please make sure to CC relevant maintainers on patches (even for generic
ALSA you've missed off Takashi Iwai here). It helps make sure patches
don't get missed.