hinawa_enum_types

hinawa_enum_types

Types and Values

Object Hierarchy

    GEnum
    ├── HinawaFwRcode
    ├── HinawaFwTcode
    ├── HinawaSndEfwStatus
    ╰── HinawaSndUnitType

Description

Functions

Types and Values

enum HinawaFwTcode

A representation for tcode of asynchronous transaction on IEEE 1394 bus.

Members

HINAWA_FW_TCODE_WRITE_QUADLET_REQUEST

For request to write quadlet.

 

HINAWA_FW_TCODE_WRITE_BLOCK_REQUEST

For request to write block.

 

HINAWA_FW_TCODE_WRITE_RESPONSE

For response to write.

 

HINAWA_FW_TCODE_READ_QUADLET_REQUEST

For response to read quadlet.

 

HINAWA_FW_TCODE_READ_BLOCK_REQUEST

For request to read block.

 

HINAWA_FW_TCODE_READ_QUADLET_RESPONSE

For response to quadlet read.

 

HINAWA_FW_TCODE_READ_BLOCK_RESPONSE

For response to block read.

 

HINAWA_FW_TCODE_CYCLE_START

For cycle start.

 

HINAWA_FW_TCODE_LOCK_REQUEST

For request to lock.

 

HINAWA_FW_TCODE_STREAM_DATA

For stream data.

 

HINAWA_FW_TCODE_LOCK_RESPONSE

For response to lock.

 

HINAWA_FW_TCODE_LOCK_MASK_SWAP

For lock request for mask-swap.

 

HINAWA_FW_TCODE_LOCK_COMPARE_SWAP

For lock request for compare-swap.

 

HINAWA_FW_TCODE_LOCK_FETCH_ADD

For lock request for fetch-add.

 

HINAWA_FW_TCODE_LOCK_LITTLE_ADD

For lock request for little-add.

 

HINAWA_FW_TCODE_LOCK_BOUNDED_ADD

For lock request for bounded-add.

 

HINAWA_FW_TCODE_LOCK_WRAP_ADD

For lock request for wrap-add.

 

HINAWA_FW_TCODE_LOCK_VENDOR_DEPENDENT

For lock request for vendor-dependent.

 

Since: 1.0


enum HinawaFwRcode

A representation for rcode of asynchronous transaction on IEEE 1394 bus.

Members

HINAWA_FW_RCODE_COMPLETE

For completion.

 

HINAWA_FW_RCODE_CONFLICT_ERROR

For error of conflicting.

 

HINAWA_FW_RCODE_DATA_ERROR

For error of data.

 

HINAWA_FW_RCODE_TYPE_ERROR

For error of type.

 

HINAWA_FW_RCODE_ADDRESS_ERROR

For error of address.

 

HINAWA_FW_RCODE_SEND_ERROR

For error of sending.

 

HINAWA_FW_RCODE_CANCELLED

For cancellation.

 

HINAWA_FW_RCODE_BUSY

For busyness.

 

HINAWA_FW_RCODE_GENERATION

For generation.

 

HINAWA_FW_RCODE_NO_ACK

For no acknowledge.

 

HINAWA_FW_RCODE_INVALID

For rcode out of specification.

 

Since: 1.0


enum HinawaSndUnitType

A representation of type for sound unit defined by Linux sound subsystem.

Members

HINAWA_SND_UNIT_TYPE_DICE

The type of DICE ASIC.

 

HINAWA_SND_UNIT_TYPE_FIREWORKS

The type of Fireworks board module.

 

HINAWA_SND_UNIT_TYPE_BEBOB

The type of BeBoB ASIC.

 

HINAWA_SND_UNIT_TYPE_OXFW

The type of OXFW ASIC

 

HINAWA_SND_UNIT_TYPE_DIGI00X

The type of Digi00x series.

 

HINAWA_SND_UNIT_TYPE_TASCAM

The type of Tascam FireWire series.

 

HINAWA_SND_UNIT_TYPE_MOTU

The type of MOTU FireWire series.

 

HINAWA_SND_UNIT_TYPE_FIREFACE

The type of RME Fireface series.

 

Since: 1.0


enum HinawaFwNodeError

A set of error code for GError with domain which equals to hinawa_fw_node_error_quark().

Members

HINAWA_FW_NODE_ERROR_DISCONNECTED

The node associated to the instance is disconnected.

 

HINAWA_FW_NODE_ERROR_OPENED

The instance is already associated to node by opening firewire character device.

 

HINAWA_FW_NODE_ERROR_NOT_OPENED

The instance is not associated to node by opening firewire character device.

 

HINAWA_FW_NODE_ERROR_FAILED

The system call fails.

 

Since: 2.1


enum HinawaFwRespError

A set of error code for GError with domain which equals to hinawa_fw_resp_error_quark().

Members

HINAWA_FW_RESP_ERROR_FAILED

The generic system call error.

 

HINAWA_FW_RESP_ERROR_RESERVED

The instance is already associated to reserved address range.

 

HINAWA_FW_RESP_ERROR_ADDR_SPACE_USED

The address space is used exclusively.

 

Since: 2.2


enum HinawaFwFcpError

A set of error code for GError with domain which equals to hinawa_fw_fcp_error_quark().

Members

HINAWA_FW_FCP_ERROR_TIMEOUT

The transaction is canceled due to response timeout.

 

HINAWA_FW_FCP_ERROR_LARGE_RESP

The size of response is larger than expected.

 

Since: 2.1


enum HinawaSndUnitError

A set of error code for GError with domain which equals to hinawa_snd_unit_error_quark().

Members

HINAWA_SND_UNIT_ERROR_DISCONNECTED

The hwdep device associated to the instance is disconnected.

 

HINAWA_SND_UNIT_ERROR_USED

The hedep device is already in use.

 

HINAWA_SND_UNIT_ERROR_OPENED

The instance is already associated to unit by opening hwdep character device.

 

HINAWA_SND_UNIT_ERROR_NOT_OPENED

The instance is not associated to unit yet by opening hwdep character device.

 

HINAWA_SND_UNIT_ERROR_LOCKED

The hwdep device is already locked for kernel packet streaming.

 

HINAWA_SND_UNIT_ERROR_UNLOCKED

The hwdep device is not locked for kernel packet streaming yet.

 

HINAWA_SND_UNIT_ERROR_WRONG_CLASS

The hwdep device is not for the unit expected by the class.

 

HINAWA_SND_UNIT_ERROR_FAILED

The system call fails.

 

Since: 2.1


enum HinawaSndDiceError

A set of error code for GError with domain which equals to hinawa_snd_dice_error_quark().

Members

HINAWA_SND_DICE_ERROR_TIMEOUT

The transaction is canceled due to response timeout.

 

Since: 2.1


enum HinawaSndEfwStatus

A set of status code for Echo Audio Fireworks Transaction.

Members

HINAWA_SND_EFW_STATUS_OK

The transaction finishes successfully.

 

HINAWA_SND_EFW_STATUS_BAD

The request or response includes invalid header.

 

HINAWA_SND_EFW_STATUS_BAD_COMMAND

The request includes invalid category or command.

 

HINAWA_SND_EFW_STATUS_COMM_ERR

The transaction fails due to communication error.

 

HINAWA_SND_EFW_STATUS_BAD_QUAD_COUNT

The number of quadlets in transaction is invalid.

 

HINAWA_SND_EFW_STATUS_UNSUPPORTED

The request is not supported.

 

HINAWA_SND_EFW_STATUS_TIMEOUT

The transaction is canceled due to response timeout.

 

HINAWA_SND_EFW_STATUS_DSP_TIMEOUT

The operation for DSP did not finish within timeout.

 

HINAWA_SND_EFW_STATUS_BAD_RATE

The request includes invalid value for sampling frequency.

 

HINAWA_SND_EFW_STATUS_BAD_CLOCK

The request includes invalid value for source of clock.

 

HINAWA_SND_EFW_STATUS_BAD_CHANNEL

The request includes invalid value for the number of channel.

 

HINAWA_SND_EFW_STATUS_BAD_PAN

The request includes invalid value for panning.

 

HINAWA_SND_EFW_STATUS_FLASH_BUSY

The on-board flash is busy and not operable.

 

HINAWA_SND_EFW_STATUS_BAD_MIRROR

The request includes invalid value for mirroring channel.

 

HINAWA_SND_EFW_STATUS_BAD_LED

The request includes invalid value for LED.

 

HINAWA_SND_EFW_STATUS_BAD_PARAMETER

The request includes invalid value of parameter.

 

HINAWA_SND_EFW_STATUS_LARGE_RESP

The size of response is larger than expected.

 

Since: 2.1