linux/sound/pci/ca0106
Roel Kluin 84ed1a1942 ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true,
the `< 0' test always fails. In these cases the other part of
the test catches wrapped values.

In dac_audio_write() there does not occur a test for wrapped
values, but the test appears redundant.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-10-30 12:25:07 +01:00
..
ca0106_main.c Merge branch 'fix/misc' into for-linus 2009-07-21 19:03:22 +02:00
ca0106_mixer.c ALSA: ca0106 - Fix master volume scale 2009-06-08 12:57:17 +02:00
ca0106_proc.c ALSA: Cleanup redundant tests on unsigned 2009-10-30 12:25:07 +01:00
ca0106.h Merge branch 'topic/ca0106-spdif-stream' into topic/ca0106 2008-12-20 23:43:06 +01:00
ca_midi.c ALSA: Kill snd_assert() in sound/pci/* 2008-08-13 11:46:38 +02:00
ca_midi.h [ALSA] Coding style fix sound/pci/ca0106/ca_midi.h 2007-10-16 15:58:23 +02:00
Makefile