/* sound/soc/samsung/i2s.h1*2* ALSA SoC Audio Layer - Samsung I2S Controller driver3*4* Copyright (c) 2010 Samsung Electronics Co. Ltd.5* Jaswinder Singh <[email protected]>6*7* This program is free software; you can redistribute it and/or modify8* it under the terms of the GNU General Public License version 2 as9* published by the Free Software Foundation.10*/1112#ifndef __SND_SOC_SAMSUNG_I2S_H13#define __SND_SOC_SAMSUNG_I2S_H1415/*16* Maximum number of I2S blocks that any SoC can have.17* The secondary interface of a CPU dai(if there exists any),18* is indexed at [cpu-dai's ID + SAMSUNG_I2S_SECOFF]19*/20#define SAMSUNG_I2S_SECOFF 42122#define SAMSUNG_I2S_DIV_BCLK 12324#define SAMSUNG_I2S_RCLKSRC_0 025#define SAMSUNG_I2S_RCLKSRC_1 126#define SAMSUNG_I2S_CDCLK 22728#endif /* __SND_SOC_SAMSUNG_I2S_H */293031