]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/pci/mixart/mixart_hwdep.c
ALSA: hda - Fix typos in snd_hda_get_int_hint() kerneldoc comments
[mirror_ubuntu-bionic-kernel.git] / sound / pci / mixart / mixart_hwdep.c
index 581e1e74863c6471642ea893a4dc77de2419635c..9996a4dead0fc3edba23c8b46b8cb1449794330c 100644 (file)
 /**
  * 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,