diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-09 13:47:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-09 14:28:17 -0400 |
commit | eac84739721857f4d5be3d9127f4644f16a9bea4 (patch) | |
tree | 4c30ad9585f3e5dd909b2925bd51519b394f3521 /arch/arm/plat-s3c | |
parent | 6b849bcff0004aa5dd216b4d3eb56f51c9df8a72 (diff) |
ASoC: Fix Samsung S3C2412_IISMOD_SDF_{MSB,LSB} definitions
The definitions of S3C2412_IISMOD_SDF_MSB and S3C2412_IISMOD_SDF_LSB
are incorrect, being the same S3C2412_IISMOD_SDF_IIS which is the
only correct one in this series.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h b/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h index a5600b381d49..0fad7571030e 100644 --- a/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h +++ b/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h | |||
@@ -47,8 +47,8 @@ | |||
47 | #define S3C2412_IISMOD_LR_LLOW (0 << 7) | 47 | #define S3C2412_IISMOD_LR_LLOW (0 << 7) |
48 | #define S3C2412_IISMOD_LR_RLOW (1 << 7) | 48 | #define S3C2412_IISMOD_LR_RLOW (1 << 7) |
49 | #define S3C2412_IISMOD_SDF_IIS (0 << 5) | 49 | #define S3C2412_IISMOD_SDF_IIS (0 << 5) |
50 | #define S3C2412_IISMOD_SDF_MSB (0 << 5) | 50 | #define S3C2412_IISMOD_SDF_MSB (1 << 5) |
51 | #define S3C2412_IISMOD_SDF_LSB (0 << 5) | 51 | #define S3C2412_IISMOD_SDF_LSB (2 << 5) |
52 | #define S3C2412_IISMOD_SDF_MASK (3 << 5) | 52 | #define S3C2412_IISMOD_SDF_MASK (3 << 5) |
53 | #define S3C2412_IISMOD_RCLK_256FS (0 << 3) | 53 | #define S3C2412_IISMOD_RCLK_256FS (0 << 3) |
54 | #define S3C2412_IISMOD_RCLK_512FS (1 << 3) | 54 | #define S3C2412_IISMOD_RCLK_512FS (1 << 3) |