hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/firewire/cmp.h
....@@ -42,8 +42,11 @@
4242 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
4343 void cmp_connection_destroy(struct cmp_connection *connection);
4444
45
-int cmp_connection_establish(struct cmp_connection *connection,
46
- unsigned int max_payload);
45
+int cmp_connection_reserve(struct cmp_connection *connection,
46
+ unsigned int max_payload);
47
+void cmp_connection_release(struct cmp_connection *connection);
48
+
49
+int cmp_connection_establish(struct cmp_connection *connection);
4750 int cmp_connection_update(struct cmp_connection *connection);
4851 void cmp_connection_break(struct cmp_connection *connection);
4952