Top | ![]() |
![]() |
![]() |
![]() |
enum | HinawaFwTcode |
enum | HinawaFwRcode |
enum | HinawaSndUnitType |
enum | HinawaFwNodeError |
enum | HinawaFwRespError |
enum | HinawaFwFcpError |
enum | HinawaSndUnitError |
enum | HinawaSndDiceError |
enum | HinawaSndEfwStatus |
GEnum ├── HinawaFwRcode ├── HinawaFwTcode ├── HinawaSndEfwStatus ╰── HinawaSndUnitType
A representation for tcode of asynchronous transaction on IEEE 1394 bus.
For request to write quadlet. |
||
For request to write block. |
||
For response to write. |
||
For response to read quadlet. |
||
For request to read block. |
||
For response to quadlet read. |
||
For response to block read. |
||
For cycle start. |
||
For request to lock. |
||
For stream data. |
||
For response to lock. |
||
For lock request for mask-swap. |
||
For lock request for compare-swap. |
||
For lock request for fetch-add. |
||
For lock request for little-add. |
||
For lock request for bounded-add. |
||
For lock request for wrap-add. |
||
For lock request for vendor-dependent. |
Since: 1.0
A representation for rcode of asynchronous transaction on IEEE 1394 bus.
For completion. |
||
For error of conflicting. |
||
For error of data. |
||
For error of type. |
||
For error of address. |
||
For error of sending. |
||
For cancellation. |
||
For busyness. |
||
For generation. |
||
For no acknowledge. |
||
For rcode out of specification. |
Since: 1.0
A representation of type for sound unit defined by Linux sound subsystem.
The type of DICE ASIC. |
||
The type of Fireworks board module. |
||
The type of BeBoB ASIC. |
||
The type of OXFW ASIC |
||
The type of Digi00x series. |
||
The type of Tascam FireWire series. |
||
The type of MOTU FireWire series. |
||
The type of RME Fireface series. |
Since: 1.0
A set of error code for GError with domain which equals to hinawa_fw_node_error_quark()
.
The node associated to the instance is disconnected. |
||
The instance is already associated to node by opening firewire character device. |
||
The instance is not associated to node by opening firewire character device. |
||
The system call fails. |
Since: 2.1
A set of error code for GError with domain which equals to hinawa_fw_resp_error_quark()
.
Since: 2.2
A set of error code for GError with domain which equals to hinawa_fw_fcp_error_quark()
.
Since: 2.1
A set of error code for GError with domain which equals to hinawa_snd_unit_error_quark()
.
The hwdep device associated to the instance is disconnected. |
||
The hedep device is already in use. |
||
The instance is already associated to unit by opening hwdep character device. |
||
The instance is not associated to unit yet by opening hwdep character device. |
||
The hwdep device is already locked for kernel packet streaming. |
||
The hwdep device is not locked for kernel packet streaming yet. |
||
The hwdep device is not for the unit expected by the class. |
||
The system call fails. |
Since: 2.1
A set of error code for GError with domain which equals to hinawa_snd_dice_error_quark()
.
Since: 2.1
A set of status code for Echo Audio Fireworks Transaction.
The transaction finishes successfully. |
||
The request or response includes invalid header. |
||
The request includes invalid category or command. |
||
The transaction fails due to communication error. |
||
The number of quadlets in transaction is invalid. |
||
The request is not supported. |
||
The transaction is canceled due to response timeout. |
||
The operation for DSP did not finish within timeout. |
||
The request includes invalid value for sampling frequency. |
||
The request includes invalid value for source of clock. |
||
The request includes invalid value for the number of channel. |
||
The request includes invalid value for panning. |
||
The on-board flash is busy and not operable. |
||
The request includes invalid value for mirroring channel. |
||
The request includes invalid value for LED. |
||
The request includes invalid value of parameter. |
||
The size of response is larger than expected. |
Since: 2.1