Enumeration

ALSACtlCardError

Declaration

error-domain ALSACtl.CardError

Description [src]

A set of error code for GError with ALSACtl.CardError domain.

Members

Name Description
ALSACTL_CARD_ERROR_FAILED

The system call failed.

ALSACTL_CARD_ERROR_DISCONNECTED

The card associated to the instance is in disconnect state.

ALSACTL_CARD_ERROR_ELEM_NOT_FOUND

The control element not found in the card.

ALSACTL_CARD_ERROR_ELEM_NOT_SUPPORTED

The operation is not supported by the control element.

ALSACTL_CARD_ERROR_ELEM_OWNED

The control element is owned by the other process.

ALSACTL_CARD_ERROR_ELEM_EXIST

The control element already exists.

Type functions

alsactl_card_error_quark

Return the GQuark for GError with code in ALSACtlCardError enumerations.