hi_aio_i2s_type

Description

Defines the type of the device connected to I2S.

Prototype

typedef enum {
    HI_AIO_I2STYPE_INNERCODEC = 0, 
    HI_AIO_I2STYPE_INNERHDMI,      
    HI_AIO_I2STYPE_EXTERN 
} hi_aio_i2s_type;

Members

Member

Description

HI_AIO_I2STYPE_INNERCODEC

Connects to the built-in codec.

HI_AIO_I2STYPE_INNERHDMI

Connects to the built-in HDMI.

HI_AIO_I2STYPE_EXTERN

Connects to an external device (such as a codec).