Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
[deliverable/linux.git] / include / linux / platform_data / asoc-ux500-msp.h
CommitLineData
c0af14d3
OL
1/*
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
865fab60 11#include <linux/platform_data/dma-ste-dma40.h>
c0af14d3 12
c0af14d3
OL
13/* Platform data structure for a MSP I2S-device */
14struct msp_i2s_platform_data {
0475680b 15 int id;
c0af14d3
OL
16 struct stedma40_chan_cfg *msp_i2s_dma_rx;
17 struct stedma40_chan_cfg *msp_i2s_dma_tx;
c0af14d3
OL
18};
19
20#endif
This page took 0.295867 seconds and 5 git commands to generate.