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)
commit3e14b50dd4a3178f4f635267a2706b5d4f8c61ee
tree3d16b9fbd8903a084b1e174dcb4f68aed94337eb
parent44e051773da465f8c92127914bc784770e0e2a28
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