]> git.alsa-project.org Git - alsa-gobject.git/log
alsa-gobject.git
5 years agosamples: add Python 3 sample script for ALSAHwdep
Takashi Sakamoto [Sun, 14 Jun 2020 12:36:14 +0000 (21:36 +0900)]
samples: add Python 3 sample script for ALSAHwdep

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agosamples: add Python 3 sample script for ALSACtl
Takashi Sakamoto [Sun, 14 Jun 2020 12:35:43 +0000 (21:35 +0900)]
samples: add Python 3 sample script for ALSACtl

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: return filled object after creating queue
Takashi Sakamoto [Sun, 14 Jun 2020 08:19:42 +0000 (17:19 +0900)]
seq: user_client: return filled object after creating queue

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: return filled object after creating port
Takashi Sakamoto [Sun, 14 Jun 2020 08:16:09 +0000 (17:16 +0900)]
seq: user_client: return filled object after creating port

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: add an API to create port with indicated numerical ID
Takashi Sakamoto [Sun, 14 Jun 2020 11:08:19 +0000 (20:08 +0900)]
seq: user_client: add an API to create port with indicated numerical ID

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: port_info: fix description for queue-id property
Takashi Sakamoto [Sun, 14 Jun 2020 08:07:10 +0000 (17:07 +0900)]
seq: port_info: fix description for queue-id property

Fixes: f3457eaf706b ("seq: port_info: add properties")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: Fix the type of property for int64 value
Takashi Sakamoto [Sun, 14 Jun 2020 08:05:47 +0000 (17:05 +0900)]
seq: user_client: Fix the type of property for int64 value

Fixes: 4e8675f631ce ("seq: client_info: add properties and accessor methods")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agorawmidi: substream_status: use uint64_t for avail and xrun properties
Takashi Sakamoto [Sun, 14 Jun 2020 12:23:36 +0000 (21:23 +0900)]
rawmidi: substream_status: use uint64_t for avail and xrun properties

The avail and xrun members in struct snd_rawmidi_params are defined as
size_t type. The size_t is long type, thus the size is different between
32 bit ABI and 64 bit ABI. This commit uses uint64_t type for the
properties so that the size is the same as these two ABIs.

Fixes: 2371b927816d ("rawmidi: substream_status: add properties")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: instance_status: unify two arguments to single argument for timestamp
Takashi Sakamoto [Sat, 13 Jun 2020 05:01:36 +0000 (14:01 +0900)]
timer: instance_status: unify two arguments to single argument for timestamp

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_tstamp: unify two arguments to single argument for timestamp
Takashi Sakamoto [Sat, 13 Jun 2020 05:01:36 +0000 (14:01 +0900)]
timer: event_data_tstamp: unify two arguments to single argument for timestamp

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event: add constructor
Takashi Sakamoto [Sat, 13 Jun 2020 05:01:36 +0000 (14:01 +0900)]
timer: event: add constructor

The constructor is convenient for any test.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_value: split function with two argument into the one with single argument
Takashi Sakamoto [Sat, 13 Jun 2020 05:01:36 +0000 (14:01 +0900)]
ctl: elem_value: split function with two argument into the one with single argument

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: update documentation for system call information
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
seq: update documentation for system call information

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agorawmidi: update documentation for system call information
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
rawmidi: update documentation for system call information

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: update documentation for system call information
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
timer: update documentation for system call information

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agohwdep: update documentation with system call information
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
hwdep: update documentation with system call information

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: update documentation with system call information
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
ctl: update documentation with system call information

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: correct ioctl command to get the usage of queue by client
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
seq: user_client: correct ioctl command to get the usage of queue by client

Fixes: 4198dc4f7854 ("seq: user_client: add APIs to register usage of queue")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: correct ioctl command to update queue
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
seq: user_client: correct ioctl command to update queue

Fixes: 2ab3feab20d3 ("seq: user_client: add APIs to create/delete/update queue")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agorawmidi: stream-pair: fix signal name according to internal convention
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
rawmidi: stream-pair: fix signal name according to internal convention

Fixes: bd91f8f3d6f2 ("rawmidi: stream_pair: add GObject signal to notify receipt of messages")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agorawmidi: fix leak of file descriptor in global methods of ALSARawmidi
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
rawmidi: fix leak of file descriptor in global methods of ALSARawmidi

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agohwdep: fix leak of file descriptor in global methods of ALSAHwdep
Takashi Sakamoto [Sat, 13 Jun 2020 01:20:47 +0000 (10:20 +0900)]
hwdep: fix leak of file descriptor in global methods of ALSAHwdep

Fixes: 53d99ede2486 ("hwdep: add global method to get information of hwdep device")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: user_instance: add API to choose the type of event to read
Takashi Sakamoto [Fri, 12 Jun 2020 13:24:02 +0000 (22:24 +0900)]
timer: user_instance: add API to choose the type of event to read

Currently ALSATimer.UserInstance has any attach API to decide the type of
event to read. In design of ALSA Timer core, the attach API has two
functionality; to attach or to detach with error for absent timer device.
Current implementation has inconvenient for the functionality due to
execution to choose the type of event in advance. The execution fails
when the instance is already attached.

This commit adds a new API to choose the type of event and split the
call from any attach API.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: fix SIGSEGV due to missing sentinel for arguments of g_object_new()
Takashi Sakamoto [Fri, 12 Jun 2020 13:24:02 +0000 (22:24 +0900)]
ctl: elem_info: fix SIGSEGV due to missing sentinel for arguments of g_object_new()

Fixes: 5cc31d27e702 ("ctl: elem_info: become concrete class instead of abstract class")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_int64: dismiss ALSACtlElemInfoInt64
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_int64: dismiss ALSACtlElemInfoInt64

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_iec60958: dismiss ALSACtlElemInfoIec60958
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_iec60958: dismiss ALSACtlElemInfoIec60958

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_bytes: dismiss ALSACtlElemInfoBytes
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_bytes: dismiss ALSACtlElemInfoBytes

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_enum: dismiss ALSACtlElemInfoEnum
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_enum: dismiss ALSACtlElemInfoEnum

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_int: dismiss ALSACtlElemInfoInt
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_int: dismiss ALSACtlElemInfoInt

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info_bool: dismiss ALSACtlElemInfoBool
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info_bool: dismiss ALSACtlElemInfoBool

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: become concrete class instead of abstract class
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info: become concrete class instead of abstract class

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: add count property
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info: add count property

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: add accessor APIs for label entries of enumerated element
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info: add accessor APIs for label entries of enumerated element

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: add accessor APIs for triplet data of integer64 element
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info: add accessor APIs for triplet data of integer64 element

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: elem_info: add accessor APIs for triplet data of integer element
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: elem_info: add accessor APIs for triplet data of integer element

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: card: add helper function to parse names for enumerated element
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: card: add helper function to parse names for enumerated element

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoctl: card: fix uninitialized local value
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
ctl: card: fix uninitialized local value

Fixes: eace1901a13e ("ctl: card: add an API to add/replace user-defined elements")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agodoc: ctl: fix title for documentation of ALSACtlElemInfo
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
doc: ctl: fix title for documentation of ALSACtlElemInfo

Fixes: cc7a8b2fe1459 ("ctl: fulfill documentation for ALSACtl")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agodoc: hwdep: fix invalid element name
Takashi Sakamoto [Fri, 12 Jun 2020 04:19:45 +0000 (13:19 +0900)]
doc: hwdep: fix invalid element name

Fixes: eb03ec0340bc ("hwdep: fulfill documentation for ALSAHwdep")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: instance_status: use shorter name for timestamp
Takashi Sakamoto [Wed, 10 Jun 2020 02:06:08 +0000 (11:06 +0900)]
timer: instance_status: use shorter name for timestamp

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: ALSATimerEventDataType: use shorter name for timestamp
Takashi Sakamoto [Wed, 10 Jun 2020 02:00:39 +0000 (11:00 +0900)]
timer: ALSATimerEventDataType: use shorter name for timestamp

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event: add documentation for ALSATimerEvent
Takashi Sakamoto [Wed, 10 Jun 2020 03:57:49 +0000 (12:57 +0900)]
timer: event: add documentation for ALSATimerEvent

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event: add accessor methods for tick and tstamp events
Takashi Sakamoto [Wed, 10 Jun 2020 01:51:58 +0000 (10:51 +0900)]
timer: event: add accessor methods for tick and tstamp events

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data: dismiss ALSATimerEventData
Takashi Sakamoto [Wed, 10 Jun 2020 01:45:28 +0000 (10:45 +0900)]
timer: event_data: dismiss ALSATimerEventData

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_tstamp: add accessor APIs for tstamp event
Takashi Sakamoto [Wed, 10 Jun 2020 03:36:46 +0000 (12:36 +0900)]
timer: event_data_tstamp: add accessor APIs for tstamp event

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_tstamp: rename to ALSASeqEventDataTstamp
Takashi Sakamoto [Wed, 10 Jun 2020 01:56:24 +0000 (10:56 +0900)]
timer: event_data_tstamp: rename to ALSASeqEventDataTstamp

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_timestamp: become boxed object
Takashi Sakamoto [Wed, 10 Jun 2020 01:37:42 +0000 (10:37 +0900)]
timer: event_data_timestamp: become boxed object

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_tick: add accessor APIs for resolution and tick count
Takashi Sakamoto [Wed, 10 Jun 2020 03:07:44 +0000 (12:07 +0900)]
timer: event_data_tick: add accessor APIs for resolution and tick count

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: event_data_tick: become boxed object
Takashi Sakamoto [Wed, 10 Jun 2020 01:31:47 +0000 (10:31 +0900)]
timer: event_data_tick: become boxed object

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: user_instance: emit signal with ALSATimerEvent
Takashi Sakamoto [Wed, 10 Jun 2020 01:24:14 +0000 (10:24 +0900)]
timer: user_instance: emit signal with ALSATimerEvent

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: add boxed object to represent union of two timer events
Takashi Sakamoto [Wed, 10 Jun 2020 01:15:50 +0000 (10:15 +0900)]
timer: add boxed object to represent union of two timer events

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer_alsa: obsolete ALSASeqQueueTimerAlsa
Takashi Sakamoto [Tue, 9 Jun 2020 22:13:52 +0000 (07:13 +0900)]
seq: queue_timer_alsa: obsolete ALSASeqQueueTimerAlsa

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer: define as concrete class instead of abstract class
Takashi Sakamoto [Tue, 9 Jun 2020 21:13:02 +0000 (06:13 +0900)]
seq: queue_timer: define as concrete class instead of abstract class

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer: add accessor APIs for data of queue timer in ALSATimer case
Takashi Sakamoto [Tue, 9 Jun 2020 22:07:08 +0000 (07:07 +0900)]
seq: queue_timer: add accessor APIs for data of queue timer in ALSATimer case

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer: make properties read-only
Takashi Sakamoto [Tue, 9 Jun 2020 21:17:32 +0000 (06:17 +0900)]
seq: queue_timer: make properties read-only

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer_data_alsa: add documentation
Takashi Sakamoto [Tue, 9 Jun 2020 22:16:56 +0000 (07:16 +0900)]
seq: queue_timer_data_alsa: add documentation

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer_data_alsa: add accessor APIs for resolution
Takashi Sakamoto [Tue, 9 Jun 2020 22:12:05 +0000 (07:12 +0900)]
seq: queue_timer_data_alsa: add accessor APIs for resolution

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer_data_alsa: add accessor APIs for device ID of ALSATimer
Takashi Sakamoto [Tue, 9 Jun 2020 22:11:15 +0000 (07:11 +0900)]
seq: queue_timer_data_alsa: add accessor APIs for device ID of ALSATimer

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: queue_timer_data_alsa: add boxed object to represent data of queue timer in...
Takashi Sakamoto [Tue, 9 Jun 2020 21:55:55 +0000 (06:55 +0900)]
seq: queue_timer_data_alsa: add boxed object to represent data of queue timer in ALSATimer case

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: scan ALSATimer-0.0 gir by g-ir-scanner for dependency
Takashi Sakamoto [Tue, 9 Jun 2020 21:41:20 +0000 (06:41 +0900)]
seq: scan ALSATimer-0.0 gir by g-ir-scanner for dependency

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotests: fix a test for ALSASeqQueueTimer
Takashi Sakamoto [Tue, 9 Jun 2020 21:14:38 +0000 (06:14 +0900)]
tests: fix a test for ALSASeqQueueTimer

Fixes: 4018fe02a4ea ("seq: queue_timer: add abstract object to represent timer attached to queue")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: fix segmentation fault due to uninitialized value
Takashi Sakamoto [Wed, 10 Jun 2020 14:13:54 +0000 (23:13 +0900)]
seq: fix segmentation fault due to uninitialized value

Fixes: 940885e0982b ("seq: add global method to get list of numerical ID of queue")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: add global method to retrieve current source of timestamp
Takashi Sakamoto [Tue, 9 Jun 2020 02:20:50 +0000 (11:20 +0900)]
timer: add global method to retrieve current source of timestamp

5 years agodoc: hwdep: fix missing content of introduction element
Takashi Sakamoto [Tue, 9 Jun 2020 00:18:09 +0000 (09:18 +0900)]
doc: hwdep: fix missing content of introduction element

Fixes: eb03ec0340b ("hwdep: fulfill documentation for ALSAHwdep")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event: dismiss ALSASeqEvent
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event: dismiss ALSASeqEvent

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_fixed: dismiss ALSASeqEventFixed
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_fixed: dismiss ALSASeqEventFixed

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_variable: dismiss ALSASeqEventVariable
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_variable: dismiss ALSASeqEventVariable

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: schedule events in ALSASeqEventCntr instead of ALSASeqEvent
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: user_client: schedule events in ALSASeqEventCntr instead of ALSASeqEvent

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: emit ALSASeqEventCntr instead of ALSASeqEventFixed/ALSASeqEventVariable
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: user_client: emit ALSASeqEventCntr instead of ALSASeqEventFixed/ALSASeqEventVariable

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: user_client: use ALSASeqEventCntr to parse read data
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: user_client: use ALSASeqEventCntr to parse read data

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agodoc: seq: add documentation for ALSASeqEventCntr
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
doc: seq: add documentation for ALSASeqEventCntr

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for result data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for result data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for connect data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for connect data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for address data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for address data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for timestamp data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for timestamp data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for queue data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for queue data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for blob data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for blob data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for quadlet data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for quadlet data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for byte data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for byte data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for control data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for control data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for note data of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for note data of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the destination/source of event pointed by...
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the destination/source of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the tstamp of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the tstamp of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the numerical ID of queue to deliver the event...
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the numerical ID of queue to deliver the event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the tag of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the tag of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the priority mode of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the priority mode of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the length mode of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the length mode of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the time mode of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the time mode of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the timestamping mode of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the timestamping mode of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add accesor APIs for the type of event pointed by index
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add accesor APIs for the type of event pointed by index

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add an API to calculate the amount of cells in pool consumed by...
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add an API to calculate the amount of cells in pool consumed by a batch of event

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add an API to calculate the number of events
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add an API to calculate the number of events

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: add private structure and constructor
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: add private structure and constructor

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotests: add a test for ALSASeqEventCntr
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
tests: add a test for ALSASeqEventCntr

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: event_cntr: add GObject-derived object to represent container for a batch of...
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: event_cntr: add GObject-derived object to represent container for a batch of events

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: client_pool: update descriptions of properties
Takashi Sakamoto [Mon, 8 Jun 2020 14:10:10 +0000 (23:10 +0900)]
seq: client_pool: update descriptions of properties

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agoseq: fulfill documentation for ALSASeq
Takashi Sakamoto [Sat, 6 Jun 2020 08:35:12 +0000 (17:35 +0900)]
seq: fulfill documentation for ALSASeq

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agorawmidi; fulfill documentation for ALSARawmidi
Takashi Sakamoto [Sat, 6 Jun 2020 02:17:32 +0000 (11:17 +0900)]
rawmidi; fulfill documentation for ALSARawmidi

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agotimer: fulfill documentation for ALSATimer
Takashi Sakamoto [Fri, 5 Jun 2020 15:30:21 +0000 (00:30 +0900)]
timer: fulfill documentation for ALSATimer

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 years agohwdep: fulfill documentation for ALSAHwdep
Takashi Sakamoto [Fri, 5 Jun 2020 14:41:57 +0000 (23:41 +0900)]
hwdep: fulfill documentation for ALSAHwdep

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>