aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/cmp.c')
-rw-r--r--sound/firewire/cmp.c2
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,
114 * cmp_connection_init - initializes a connection manager 114 * cmp_connection_init - initializes a connection manager
115 * @c: the connection manager to initialize 115 * @c: the connection manager to initialize
116 * @unit: a unit of the target device 116 * @unit: a unit of the target device
117 * @direction: input or output
117 * @pcr_index: the index of the iPCR/oPCR on the target device 118 * @pcr_index: the index of the iPCR/oPCR on the target device
118 */ 119 */
119int cmp_connection_init(struct cmp_connection *c, 120int cmp_connection_init(struct cmp_connection *c,
@@ -154,6 +155,7 @@ EXPORT_SYMBOL(cmp_connection_init);
154/** 155/**
155 * cmp_connection_check_used - check connection is already esablished or not 156 * cmp_connection_check_used - check connection is already esablished or not
156 * @c: the connection manager to be checked 157 * @c: the connection manager to be checked
158 * @used: the pointer to store the result of checking the connection
157 */ 159 */
158int cmp_connection_check_used(struct cmp_connection *c, bool *used) 160int cmp_connection_check_used(struct cmp_connection *c, bool *used)
159{ 161{