[ALSA] alsa core: convert to list_for_each_entry*
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 5 Oct 2006 14:02:22 +0000 (16:02 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:00:10 +0000 (09:00 +0100)
commit9244b2c3079faac79b3b961116bd548c45087e2c
tree1a9e2ead054ed58efcad3fd43fb2aedeb6731baa
parentd595ee7e0162ae66faa8c4c7d8c2069b40d64fed
[ALSA] alsa core: convert to list_for_each_entry*

This patch converts most uses of list_for_each to list_for_each_entry all
across alsa. In some place apparently an item can be on a list with
different pointers so of course that isn't compatible with list_for_each, I
therefore didn't touch those places.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
12 files changed:
sound/core/control.c
sound/core/control_compat.c
sound/core/device.c
sound/core/hwdep.c
sound/core/memalloc.c
sound/core/pcm.c
sound/core/rawmidi.c
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_device.c
sound/core/seq/seq_ports.c
sound/core/seq/seq_virmidi.c
sound/core/timer.c