Searched defs:CodecData (Results 1 – 1 of 1) sorted by relevance
41 struct CodecData { struct42 const char *drvCodecName; /**< Codec driver name */55 int32_t (*Init)(struct AudioCard *audioCard, const struct CodecDevice *codec);69 int32_t (*Read)(unsigned long virtualAddress, uint32_t reg, uint32_t *value);83 int32_t (*Write)(unsigned long virtualAddress, uint32_t reg, uint32_t value);85 struct AudioKcontrol *controls; /**< Codec control structure array pointer */86 int numControls; /**< Number of array elements of Codec controls */87 … struct AudioSapmComponent *sapmComponents; /**< Codec power management component array pointer */88 …omponent; /**< Number of array elements of codec power management component */89 const struct AudioSapmRoute *sapmRoutes; /**< Codec power management route array pointer */[all …]