Changeset 549 for GPL/trunk/alsa-kernel
- Timestamp:
- Apr 13, 2011, 7:59:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/core/pcm_lib.c
r542 r549 302 302 if (!xrun_debug(substream, 4)) 303 303 goto no_jiffies_check; 304 #endif 304 305 /* Skip the jiffies check for hardwares with BATCH flag. 305 306 * Such hardware usually just increases the position at each IRQ, … … 335 336 } 336 337 no_jiffies_check: 337 #endif338 338 if (delta > runtime->period_size + runtime->period_size / 2) { 339 339 hw_ptr_error(substream, … … 418 418 if (!xrun_debug(substream, 4)) 419 419 goto no_jiffies_check; 420 #endif 420 421 if (delta < runtime->delay) 421 422 goto no_jiffies_check; … … 431 432 } 432 433 no_jiffies_check: 433 #endif434 434 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK && 435 435 runtime->silence_size > 0)
Note:
See TracChangeset
for help on using the changeset viewer.