blob: 2f34bb98fe2ab6eb8993febc65dc1db0dd80fe22 [file] [log] [blame]
Ola Liljac0af14d2012-04-20 11:32:59 +02001/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
5 * License terms: GNU General Public License (GPL), version 2.
6 */
7
8#ifndef __MSP_H
9#define __MSP_H
10
Linus Walleij865fab62012-10-18 14:20:16 +020011#include <linux/platform_data/dma-ste-dma40.h>
Ola Liljac0af14d2012-04-20 11:32:59 +020012
Ola Liljac0af14d2012-04-20 11:32:59 +020013/* Platform data structure for a MSP I2S-device */
14struct msp_i2s_platform_data {
Lee Jones04756802013-12-19 15:54:58 +000015 int id;
Ola Liljac0af14d2012-04-20 11:32:59 +020016 struct stedma40_chan_cfg *msp_i2s_dma_rx;
17 struct stedma40_chan_cfg *msp_i2s_dma_tx;
Ola Liljac0af14d2012-04-20 11:32:59 +020018};
19
20#endif