]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: user_client: remove useless argument of delete_port()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 12 May 2020 02:06:48 +0000 (11:06 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 12 May 2020 02:48:24 +0000 (11:48 +0900)
commit403abbb0866a8f982fe16a0e79fb6418d5278848
tree8323f9f43e6560789f961631c8db8f07bf5a8c54
parent31e397a70d70a49b426b82df49a525480f02ff84
seq: user_client: remove useless argument of delete_port()

In implementation of ALSA sequencer core, the port owned by client can
be deleted by userspace applications which opens the client, therefore
it's necessary and sufficient to have an argument just for the numerical
ID of port.

This commit removes the useless argument for port information.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/user-client.c
src/seq/user-client.h