OSDN Git Service

ALSA: control: clean up snd_ctl_hole_check()
authorClemens Ladisch <clemens@ladisch.de>
Mon, 7 Mar 2011 12:24:30 +0000 (13:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Mar 2011 12:00:09 +0000 (13:00 +0100)
commit0e82e5fa97614c9ca3efca5f8dca69dffd1c0ec0
tree697955215071627ca3209ec51cde532b53a5973d
parent7c7335877105364f7f5181e80ff34206b54be81f
ALSA: control: clean up snd_ctl_hole_check()

The return value of snd_ctl_hole_check() is used only to detect whether
to continue the loop in snd_ctl_find_hole() or not, so we can simplify
the code by changing this return type to a boolean.  Also rename this
function to better show what it actually does.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c