Files
kernel-tenderloin-3.0/include/sound/omap-abe-dsp.h
Liam Girdwood a8d99da4ad ASoC: OMAP4 ABE DSP - Add support for the OMAP4 ABE DSP
This patch adds the OMAP4 ABE platform driver. This driver defines and
exports control for the DSP Frontend and Backend routing.

TODO: cleanup

Signed-off-by: Liam Girdwood <lrg@ti.com>
2011-07-24 21:32:02 +02:00

20 lines
489 B
C

/*
* 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 {
/* Return context loss count due to PM states changing */
int (*get_context_loss_count)(struct device *dev);
};
#endif