blob: cec7e65161b626f352c2b893dac78d5404ff992c [file] [log] [blame]
/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef __MSM_DAI_Q6_PDATA_H__
#define __MSM_DAI_Q6_PDATA_H__
struct msm_dai_auxpcm_pdata {
const char *clk;
u16 mode;
u16 sync;
u16 frame;
u16 quant;
u16 slot;
u16 data;
int pcm_clk_rate;
};
#endif