diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-13 13:09:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-15 09:51:32 -0400 |
commit | 8ef339df25ed424e7430fd411a52840c6af368c6 (patch) | |
tree | b2d22d2da1070c161daf0129220ace6561a61596 /sound/soc/codecs/wm8580.c | |
parent | e231cab0a4b5844ae13a9584433ca3b9b204629e (diff) |
ASoC: Remove unused rate selection bitmasks from WM8580
In the case of the BCLK rate the defines are at best misleading anyway.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm8580.c')
-rw-r--r-- | sound/soc/codecs/wm8580.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index 4f414199d76d..9964f02f84e2 100644 --- a/sound/soc/codecs/wm8580.c +++ b/sound/soc/codecs/wm8580.c | |||
@@ -112,19 +112,7 @@ | |||
112 | 112 | ||
113 | /* AIF control 1 (registers 9h-bh) */ | 113 | /* AIF control 1 (registers 9h-bh) */ |
114 | #define WM8580_AIF_RATE_MASK 0x7 | 114 | #define WM8580_AIF_RATE_MASK 0x7 |
115 | #define WM8580_AIF_RATE_128 0x0 | ||
116 | #define WM8580_AIF_RATE_192 0x1 | ||
117 | #define WM8580_AIF_RATE_256 0x2 | ||
118 | #define WM8580_AIF_RATE_384 0x3 | ||
119 | #define WM8580_AIF_RATE_512 0x4 | ||
120 | #define WM8580_AIF_RATE_768 0x5 | ||
121 | #define WM8580_AIF_RATE_1152 0x6 | ||
122 | |||
123 | #define WM8580_AIF_BCLKSEL_MASK 0x18 | 115 | #define WM8580_AIF_BCLKSEL_MASK 0x18 |
124 | #define WM8580_AIF_BCLKSEL_64 0x00 | ||
125 | #define WM8580_AIF_BCLKSEL_128 0x08 | ||
126 | #define WM8580_AIF_BCLKSEL_256 0x10 | ||
127 | #define WM8580_AIF_BCLKSEL_SYSCLK 0x18 | ||
128 | 116 | ||
129 | #define WM8580_AIF_MS 0x20 | 117 | #define WM8580_AIF_MS 0x20 |
130 | 118 | ||