forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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