#ifndef _ATMEL_SSC_DAI_H
#define _ATMEL_SSC_DAI_H
#include <linux/types.h>
#include <linux/atmel-ssc.h>
#include "atmel-pcm.h"
#define ATMEL_SYSCLK_MCK …
#define ATMEL_SSC_CMR_DIV …
#define ATMEL_SSC_TCMR_PERIOD …
#define ATMEL_SSC_RCMR_PERIOD …
#define SSC_DIR_MASK_UNUSED …
#define SSC_DIR_MASK_PLAYBACK …
#define SSC_DIR_MASK_CAPTURE …
#define SSC_START_CONTINUOUS …
#define SSC_START_TX_RX …
#define SSC_START_LOW_RF …
#define SSC_START_HIGH_RF …
#define SSC_START_FALLING_RF …
#define SSC_START_RISING_RF …
#define SSC_START_LEVEL_RF …
#define SSC_START_EDGE_RF …
#define SSS_START_COMPARE_0 …
#define SSC_CKI_FALLING …
#define SSC_CKI_RISING …
#define SSC_CKO_NONE …
#define SSC_CKO_CONTINUOUS …
#define SSC_CKO_TRANSFER …
#define SSC_CKS_DIV …
#define SSC_CKS_CLOCK …
#define SSC_CKS_PIN …
#define SSC_FSEDGE_POSITIVE …
#define SSC_FSEDGE_NEGATIVE …
#define SSC_FSOS_NONE …
#define SSC_FSOS_NEGATIVE …
#define SSC_FSOS_POSITIVE …
#define SSC_FSOS_LOW …
#define SSC_FSOS_HIGH …
#define SSC_FSOS_TOGGLE …
#define START_DELAY …
struct atmel_ssc_state { … };
struct atmel_ssc_info { … };
int atmel_ssc_set_audio(int ssc_id);
void atmel_ssc_put_audio(int ssc_id);
#endif