forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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