blob: cec7e65161b626f352c2b893dac78d5404ff992c [file] [log] [blame]
Bhalchandra Gajare0e795c42011-08-15 18:10:30 -07001/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#ifndef __MSM_DAI_Q6_PDATA_H__
14
15#define __MSM_DAI_Q6_PDATA_H__
16
17struct msm_dai_auxpcm_pdata {
18 const char *clk;
19 u16 mode;
20 u16 sync;
21 u16 frame;
22 u16 quant;
23 u16 slot;
24 u16 data;
25 int pcm_clk_rate;
26};
27
28#endif