class Tas58xxInspect
Defined at line 15 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.h
Container that creates and holds inspect nodes for the Tas58xx driver.
Public Methods
void Tas58xxInspect (inspect::Inspector & inspector, std::string_view tree_name)
Defined at line 17 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.h
void ReportFaultFree (zx::time timestamp)
Called by the driver to report that the codec is fault-free.
Defined at line 42 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc
void ReportGpioError (zx::time timestamp)
Called by the driver to report a GPIO error during fault polling.
Defined at line 44 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc
void ReportI2CError (zx::time timestamp)
Called by the driver to report an I2C error during fault polling.
Defined at line 46 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc
void ReportFault (zx::time timestamp, uint8_t chan_fault, uint8_t global_fault1, uint8_t global_fault2, uint8_t ot_warning)
Called by the driver to report a fault at the codec.
Defined at line 48 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc
void ReportGain (float gain_db)
Called by the driver to report the last gain setting.
Defined at line 86 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc
void ReportMuted (bool muted)
Called by the driver to report the last muted setting.
Defined at line 94 of file ../../src/media/audio/drivers/codecs/tas58xx/tas58xx-inspect.cc