Changeset 483
- Timestamp:
- 02/04/07 06:39:20 (2 years ago)
- Files:
-
- sweep/trunk/src/driver_alsa.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/driver_alsa.c
r472 r483 287 287 handle->driver_rate = r; 288 288 handle->driver_channels = c; 289 290 if (c < 1) { 291 fprintf (stderr, "sweep: alsa_setup: alsa says channels == %i\n", c); 292 return; 293 } 289 294 } 290 295
