Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/core/seq
Al Viro dd0fc66fb3 [PATCH] gfp flags annotations - part 1
- added typedef unsigned int __nocast gfp_t;

 - replaced __nocast uses for gfp flags with gfp_t - it gives exactly
   the same warnings as far as sparse is concerned, doesn't change
   generated code (from gcc point of view we replaced unsigned int with
   typedef) and documents what's going on far better.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-08 15:00:57 -07:00
..
instr [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
oss [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
Makefile [ALSA] Fix dependency of GUS driver 2005-07-28 12:09:50 +02:00
seq.c [ALSA] rtctimer: add option to make RTC timer the default sequencer timer 2005-09-12 10:42:05 +02:00
seq_clientmgr.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_clientmgr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_compat.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_device.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_dummy.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_fifo.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_fifo.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_info.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_info.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_instr.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_lock.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_lock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_memory.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_memory.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_midi.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_midi_emul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_midi_event.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_ports.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_ports.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_prioq.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_prioq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_queue.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_queue.h [ALSA] sound/core/: possible cleanups 2005-05-29 10:11:20 +02:00
seq_system.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_system.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_timer.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00
seq_timer.h [ALSA] sound/core/: possible cleanups 2005-05-29 10:11:20 +02:00
seq_virmidi.c [ALSA] Replace with kzalloc() - seq stuff 2005-09-12 10:48:06 +02:00