blob: 02ad5794c0a95563914449fac5525eb17c2a738b [file] [log] [blame]
Jassi Brar5033f432010-11-22 15:37:25 +09001/* sound/soc/samsung/s3c2412-i2s.c
Ben Dooks49646df2008-01-10 14:47:21 +01002 *
3 * ALSA Soc Audio Layer - S3C2412 I2S driver
4 *
5 * Copyright (c) 2007 Simtec Electronics
6 * http://armlinux.simtec.co.uk/
7 * Ben Dooks <ben@simtec.co.uk>
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
13*/
14
15#ifndef __SND_SOC_S3C24XX_S3C2412_I2S_H
16#define __SND_SOC_S3C24XX_S3C2412_I2S_H __FILE__
17
Ben Dooksdc854472009-03-04 00:49:30 +000018#include "s3c-i2s-v2.h"
19
20#define S3C2412_DIV_BCLK S3C_I2SV2_DIV_BCLK
21#define S3C2412_DIV_RCLK S3C_I2SV2_DIV_RCLK
22#define S3C2412_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER
Ben Dooks49646df2008-01-10 14:47:21 +010023
Jassi Brar4793d6a2010-03-10 16:48:54 +090024#define S3C2412_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK
25#define S3C2412_CLKSRC_I2SCLK S3C_I2SV2_CLKSRC_AUDIOBUS
Ben Dooks49646df2008-01-10 14:47:21 +010026
Ben Dooks49646df2008-01-10 14:47:21 +010027#endif /* __SND_SOC_S3C24XX_S3C2412_I2S_H */