diff options
Diffstat (limited to 'include/sound/omap-abe-dsp.h')
-rw-r--r-- | include/sound/omap-abe-dsp.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/sound/omap-abe-dsp.h b/include/sound/omap-abe-dsp.h new file mode 100644 index 0000000..901a55c --- /dev/null +++ b/include/sound/omap-abe-dsp.h @@ -0,0 +1,21 @@ +/* + * omap-aess -- OMAP4 ABE DSP + * + * Author: Liam Girdwood <lrg@slimlogic.co.uk> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef _OMAP4_ABE_DSP_H +#define _OMAP4_ABE_DSP_H + +struct omap4_abe_dsp_pdata { + bool (*was_context_lost)(struct device *dev); + int (*device_scale)(struct device *req_dev, + struct device *target_dev, + unsigned long rate); +}; + +#endif |