diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-18 17:59:40 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-18 20:10:23 +0300 |
commit | 5f217f905bc5e9d609d0aac830736bcfc087c7f5 (patch) | |
tree | d973e91b15e146c39e8daad26824107b078496ca /sound/firewire/cmp.c | |
parent | 1ea7a568c63a4735872fc091efbd22d2e4d9c972 (diff) | |
download | linux-5f217f905bc5e9d609d0aac830736bcfc087c7f5.tar.xz |
ALSA: firewire-lib: fix kerneldoc errors
Complete missing parameters, correct wrong reference, and add an explaination
about the differences between the latest specification and our implementation.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/cmp.c')
-rw-r--r-- | sound/firewire/cmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/cmp.c b/sound/firewire/cmp.c index ba8df5a1be39..ae3bc1940efa 100644 --- a/sound/firewire/cmp.c +++ b/sound/firewire/cmp.c @@ -114,6 +114,7 @@ static int pcr_modify(struct cmp_connection *c, * cmp_connection_init - initializes a connection manager * @c: the connection manager to initialize * @unit: a unit of the target device + * @direction: input or output * @pcr_index: the index of the iPCR/oPCR on the target device */ int cmp_connection_init(struct cmp_connection *c, @@ -154,6 +155,7 @@ EXPORT_SYMBOL(cmp_connection_init); /** * cmp_connection_check_used - check connection is already esablished or not * @c: the connection manager to be checked + * @used: the pointer to store the result of checking the connection */ int cmp_connection_check_used(struct cmp_connection *c, bool *used) { |