/* sound/soc/samsung/s3c2412-i2s.c1*2* ALSA Soc Audio Layer - S3C2412 I2S driver3*4* Copyright (c) 2007 Simtec Electronics5* http://armlinux.simtec.co.uk/6* Ben Dooks <[email protected]>7*8* This program is free software; you can redistribute it and/or modify it9* under the terms of the GNU General Public License as published by the10* Free Software Foundation; either version 2 of the License, or (at your11* option) any later version.12*/1314#ifndef __SND_SOC_S3C24XX_S3C2412_I2S_H15#define __SND_SOC_S3C24XX_S3C2412_I2S_H __FILE__1617#include "s3c-i2s-v2.h"1819#define S3C2412_DIV_BCLK S3C_I2SV2_DIV_BCLK20#define S3C2412_DIV_RCLK S3C_I2SV2_DIV_RCLK21#define S3C2412_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER2223#define S3C2412_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK24#define S3C2412_CLKSRC_I2SCLK S3C_I2SV2_CLKSRC_AUDIOBUS2526#endif /* __SND_SOC_S3C24XX_S3C2412_I2S_H */272829