diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2004-07-01 23:33:00 +0200 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2004-07-01 23:33:00 +0200 |
| commit | fbc4e81f7e79116fde55ed536eac94dedc982224 (patch) | |
| tree | db7f8c5a1f47cd06121ef3d93c678ffbeea888ae /include/sound | |
| parent | 54d4b733890e23adbbb8651456de9c7c029ec95a (diff) | |
ALSA CVS update
ES1688 driver,ALS100 driver,AZT2320 driver,CMI8330 driver,DT019x driver
ES18xx driver,OPL3SA2 driver,Sound Scape driver,AD1816A driver
AD1848 driver,CS4231 driver,CS4236+ driver,GUS Library,Opti9xx drivers
EMU8000 driver,ES968 driver,SB16/AWE driver,SB8 driver,SB drivers
Wavefront drivers
Removal and replacement of magic memory allocators and casts (isa part)
This patch replaces snd_magic_kmalloc(), snd_magic_kcallc() and snd_magic_kfree()
with kmalloc(), kcalloc() and kfree(), respectively.
The cast via snd_magic_cast() is replaced with the standard cast, too.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/es1688.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/es1688.h b/include/sound/es1688.h index d390c64768f5..104bb9b022cc 100644 --- a/include/sound/es1688.h +++ b/include/sound/es1688.h @@ -55,8 +55,6 @@ struct _snd_es1688 { typedef struct _snd_es1688 es1688_t; -#define chip_t es1688_t - /* I/O ports */ #define ES1688P(codec, x) ((codec)->port + e_s_s_ESS1688##x) |
