omap-abe-dsp.h 489 B

1234567891011121314151617181920
  1. /*
  2. * omap-aess -- OMAP4 ABE DSP
  3. *
  4. * Author: Liam Girdwood <lrg@slimlogic.co.uk>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef _OMAP4_ABE_DSP_H
  11. #define _OMAP4_ABE_DSP_H
  12. struct omap4_abe_dsp_pdata {
  13. /* Return context loss count due to PM states changing */
  14. int (*get_context_loss_count)(struct device *dev);
  15. };
  16. #endif