Searched defs:CodecData (Results 1 – 1 of 1) sorted by relevance
52 struct CodecData { struct53 const char *drvCodecName; /**< Codec driver name */66 int32_t (*Init)(struct AudioCard *audioCard, const struct CodecDevice *codec);80 int32_t (*Read)(const struct CodecDevice *codec, uint32_t reg, uint32_t *value);94 int32_t (*Write)(const struct CodecDevice *codec, uint32_t reg, uint32_t value);96 struct AudioKcontrol *controls; /**< Codec control structure array pointer */97 int numControls; /**< Number of array elements of Codec controls */98 … struct AudioSapmComponent *sapmComponents; /**< Codec power management component array pointer */99 …omponent; /**< Number of array elements of codec power management component */100 const struct AudioSapmRoute *sapmRoutes; /**< Codec power management route array pointer */[all …]