2 * ALSA PCM interface for the Stretch s6000 family
4 * Author: Daniel Gloeckner, <dg@emlix.com>
5 * Copyright: (C) 2009 emlix GmbH <info@emlix.com>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
16 struct snd_pcm_substream
;
18 struct s6000_pcm_dma_params
{
19 unsigned int (*check_xrun
)(struct snd_soc_dai
*cpu_dai
);
20 int (*trigger
)(struct snd_pcm_substream
*substream
, int cmd
, int after
);