aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2008-07-31 15:07:30 -0400
committerJaroslav Kysela <perex@perex.cz>2008-08-06 09:39:53 -0400
commit811585e9d1769d6e282852fc0675735209547ca0 (patch)
treedfd0efde16dd437f3a6c41b74cb3322d917725a8 /include
parent0c5e3e98220e743f8ac095249b09ca8c87bd655b (diff)
ALSA: wss_lib: use CS4231P instead of AD1848P (kill the AD1848P)
Use CS4231P instead of AD1848P (kill the AD1848P). Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Reviewed-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include')
-rw-r--r--include/sound/ad1848.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h
index 1271e0dada90..29f63b786351 100644
--- a/include/sound/ad1848.h
+++ b/include/sound/ad1848.h
@@ -27,15 +27,6 @@
27 27
28#include "wss.h" /* temporary till the driver is removed */ 28#include "wss.h" /* temporary till the driver is removed */
29 29
30/* IO ports */
31
32#define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x )
33
34#define c_d_c_AD1848REGSEL 0
35#define c_d_c_AD1848REG 1
36#define c_d_c_AD1848STATUS 2
37#define c_d_c_AD1848PIO 3
38
39/* codec registers */ 30/* codec registers */
40 31
41#define AD1848_LEFT_INPUT 0x00 /* left input control */ 32#define AD1848_LEFT_INPUT 0x00 /* left input control */