diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/amp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/amp.h b/include/net/bluetooth/amp.h index b1e54903dd42..ae2c3e536473 100644 --- a/include/net/bluetooth/amp.h +++ b/include/net/bluetooth/amp.h | |||
@@ -26,7 +26,7 @@ struct amp_ctrl { | |||
26 | 26 | ||
27 | int amp_ctrl_put(struct amp_ctrl *ctrl); | 27 | int amp_ctrl_put(struct amp_ctrl *ctrl); |
28 | void amp_ctrl_get(struct amp_ctrl *ctrl); | 28 | void amp_ctrl_get(struct amp_ctrl *ctrl); |
29 | struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr); | 29 | struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id); |
30 | struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id); | 30 | struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id); |
31 | void amp_ctrl_list_flush(struct amp_mgr *mgr); | 31 | void amp_ctrl_list_flush(struct amp_mgr *mgr); |
32 | 32 | ||