dac_tas57xx.h 169 B

123456789
  1. #pragma once
  2. #include "dac.h"
  3. /**
  4. * TAS57xx DAC driver ops — register with dac_register() before calling
  5. * dac_init().
  6. */
  7. extern const dac_ops_t dac_tas57xx_ops;