alsa-gobject: seq: fix port creation API
14 Jun
2020
14 Jun
'20
2:58 p.m.
alsa-project/alsa-gobject pull request #36 was opened from takaswie:
ALSASeq.UserClient.create_port() has nullable argument for the numerical ID of port to use SNDRV_SEQ_PORT_FLG_GIVEN_PORT flag properly. However, the nullable is not inconvenient for PyGObject and causes SIGSEGV.
This patchset adds an alternative API, ALSASeq.UserClient.create_port_at() for the flag, then ALSASeq.UserClient.create_port() hs no argument for explicit port ID.
Additionally, this patchset includes some fixes for the other parts.
Request URL : https://github.com/alsa-project/alsa-gobject/pull/36 Patch URL : https://github.com/alsa-project/alsa-gobject/pull/36.patch Repository URL: https://github.com/alsa-project/alsa-gobject
1652
Age (days ago)
1652
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened