• Jaroslav Kysela's avatar
    ALSA CVS update · 2cb4f3ed
    Jaroslav Kysela authored
    Control Midlevel,ALSA Core,HWDEP Midlevel,PCM Midlevel,RawMidi Midlevel
    Timer Midlevel,IOCTL32 emulation,ALSA<-OSS emulation,ALSA sequencer
    Removal and replacement of magic memory allocators and casts (core 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: default avatarPekka Enberg <penberg@cs.helsinki.fi>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    2cb4f3ed
timer.h 6.25 KB