diff options
Diffstat (limited to 'sound/firewire/cmp.h')
-rw-r--r-- | sound/firewire/cmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/cmp.h b/sound/firewire/cmp.h index 9b58448d5791..ebcb48484fca 100644 --- a/sound/firewire/cmp.h +++ b/sound/firewire/cmp.h | |||
@@ -38,6 +38,7 @@ int cmp_connection_init(struct cmp_connection *connection, | |||
38 | struct fw_unit *unit, | 38 | struct fw_unit *unit, |
39 | enum cmp_direction direction, | 39 | enum cmp_direction direction, |
40 | unsigned int pcr_index); | 40 | unsigned int pcr_index); |
41 | int cmp_connection_check_used(struct cmp_connection *connection, bool *used); | ||
41 | void cmp_connection_destroy(struct cmp_connection *connection); | 42 | void cmp_connection_destroy(struct cmp_connection *connection); |
42 | 43 | ||
43 | int cmp_connection_establish(struct cmp_connection *connection, | 44 | int cmp_connection_establish(struct cmp_connection *connection, |