summaryrefslogtreecommitdiff
path: root/include/sound/omap-abe-dsp.h
blob: 04dae9b3e7c4483cc5eb592dfbb6b982c462bb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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