summaryrefslogtreecommitdiff
path: root/drivers/alsa_midi/port_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa_midi/port_hash.h')
-rw-r--r--drivers/alsa_midi/port_hash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/alsa_midi/port_hash.h b/drivers/alsa_midi/port_hash.h
index ec21f11..ebd86e1 100644
--- a/drivers/alsa_midi/port_hash.h
+++ b/drivers/alsa_midi/port_hash.h
@@ -24,12 +24,12 @@
void
a2j_port_insert(
- a2j_port_hash_t hash,
- struct a2j_port * port);
+ a2j_port_hash_t hash,
+ struct a2j_port * port);
struct a2j_port *
a2j_port_get(
- a2j_port_hash_t hash,
- snd_seq_addr_t addr);
+ a2j_port_hash_t hash,
+ snd_seq_addr_t addr);
#endif /* #ifndef PORT_HASH_H__A44CBCD6_E075_49CB_8F73_DF9772511D55__INCLUDED */