aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-11-10 11:09:22 -0500
committerTakashi Iwai <tiwai@suse.de>2014-11-11 03:39:13 -0500
commit3f60c87d129acbb232afbc7269c726d009a01869 (patch)
treeef356c597bde9dc37c308b8aa39a8ae0d322c24e /sound
parente60b2c7fcdef03256cde864d678df240877a5e80 (diff)
ALSA: mixart: Fix kerneldoc comments
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/mixart/mixart_hwdep.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sound/pci/mixart/mixart_hwdep.c b/sound/pci/mixart/mixart_hwdep.c
index 581e1e74863c..9996a4dead0f 100644
--- a/sound/pci/mixart/mixart_hwdep.c
+++ b/sound/pci/mixart/mixart_hwdep.c
@@ -37,10 +37,11 @@
37/** 37/**
38 * wait for a value on a peudo register, exit with a timeout 38 * wait for a value on a peudo register, exit with a timeout
39 * 39 *
40 * @param mgr pointer to miXart manager structure 40 * @mgr: pointer to miXart manager structure
41 * @param offset unsigned pseudo_register base + offset of value 41 * @offset: unsigned pseudo_register base + offset of value
42 * @param value value 42 * @is_egal: wait for the equal value
43 * @param timeout timeout in centisenconds 43 * @value: value
44 * @timeout: timeout in centisenconds
44 */ 45 */
45static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, 46static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr,
46 u32 offset, int is_egal, 47 u32 offset, int is_egal,