jmcneill 4b8daa06de Wow, this is clearly wrong (found in esa_set_params):
if (p->channels < 1 && p->channels > 2)
		return EINVAL;
Change the 'and' to an 'or' so the check actually does something.
2005-10-29 17:44:34 +00:00
..
2005-10-11 16:01:03 +00:00
2005-10-28 20:56:13 +00:00
2005-10-15 15:41:22 +00:00
2005-10-17 03:08:24 +00:00
2005-10-29 17:18:40 +00:00
2005-09-27 14:47:41 +00:00