diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-11-10 19:09:22 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-11 11:39:13 +0300 |
commit | 3f60c87d129acbb232afbc7269c726d009a01869 (patch) | |
tree | ef356c597bde9dc37c308b8aa39a8ae0d322c24e /sound/pci/mixart | |
parent | e60b2c7fcdef03256cde864d678df240877a5e80 (diff) | |
download | linux-3f60c87d129acbb232afbc7269c726d009a01869.tar.xz |
ALSA: mixart: Fix kerneldoc comments
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/mixart')
-rw-r--r-- | sound/pci/mixart/mixart_hwdep.c | 9 |
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 @@ /** * wait for a value on a peudo register, exit with a timeout * - * @param mgr pointer to miXart manager structure - * @param offset unsigned pseudo_register base + offset of value - * @param value value - * @param timeout timeout in centisenconds + * @mgr: pointer to miXart manager structure + * @offset: unsigned pseudo_register base + offset of value + * @is_egal: wait for the equal value + * @value: value + * @timeout: timeout in centisenconds */ static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, u32 offset, int is_egal, |