]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: sb - Fix wrong assertions
authorTakashi Iwai <tiwai@suse.de>
Mon, 23 Jun 2008 09:58:06 +0000 (11:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Jun 2008 10:06:23 +0000 (12:06 +0200)
commit5676c59717061de6ab1aad9765339a6deccc3ae1
tree3d16b9fbd8903a084b1e174dcb4f68aed94337eb
parent82222cee13d20091caa6fcf51d2866e63f05943e
ALSA: sb - Fix wrong assertions

snd_assert() in save_mixer() and restore_mixer() in sb_mixer.c is
just wrong.  The debug code wasn't tested at all, obviously...

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/sb_mixer.c