[ALSA] dbri: more cleanups
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Tue, 4 Sep 2007 11:09:20 +0000 (13:09 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:59:55 +0000 (15:59 +0200)
commitcf68d212d522db70887d63befc9941fa1d78acc4
tree9b7021cbd1af5e0a41a4cff0f7b6f82ca5664bba
parentc6c2d57b8c2959787e47f2c936d5d22fc49032e8
[ALSA] dbri: more cleanups

This patch:
- removes redundant constant suffices
- removes redundant parentheses
- removes redundant curly brackets
- removes check if a spinlock is locked inside method which is
  only called with the spinlock locked
- moves few functions to the __init section
- removes line which appears twice after the previous patch
- minor comments improvements

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/sparc/dbri.c