summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown2010-08-13 19:09:52 +0200
committerMark Brown2010-08-15 15:51:32 +0200
commit8ef339df25ed424e7430fd411a52840c6af368c6 (patch)
treeb2d22d2da1070c161daf0129220ace6561a61596 /sound/soc
parentASoC: Convert WM8580 hw_params to use snd_soc_update_bits() (diff)
downloadkernel-qcow2-linux-8ef339df25ed424e7430fd411a52840c6af368c6.tar.gz
kernel-qcow2-linux-8ef339df25ed424e7430fd411a52840c6af368c6.tar.xz
kernel-qcow2-linux-8ef339df25ed424e7430fd411a52840c6af368c6.zip
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')
-rw-r--r--sound/soc/codecs/wm8580.c12
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 @@
/* AIF control 1 (registers 9h-bh) */
#define WM8580_AIF_RATE_MASK 0x7
-#define WM8580_AIF_RATE_128 0x0
-#define WM8580_AIF_RATE_192 0x1
-#define WM8580_AIF_RATE_256 0x2
-#define WM8580_AIF_RATE_384 0x3
-#define WM8580_AIF_RATE_512 0x4
-#define WM8580_AIF_RATE_768 0x5
-#define WM8580_AIF_RATE_1152 0x6
-
#define WM8580_AIF_BCLKSEL_MASK 0x18
-#define WM8580_AIF_BCLKSEL_64 0x00
-#define WM8580_AIF_BCLKSEL_128 0x08
-#define WM8580_AIF_BCLKSEL_256 0x10
-#define WM8580_AIF_BCLKSEL_SYSCLK 0x18
#define WM8580_AIF_MS 0x20