Changeset 549 for GPL/trunk/alsa-kernel


Ignore:
Timestamp:
Apr 13, 2011, 7:59:35 PM (15 years ago)
Author:
David Azarewicz
Message:

Fixes for changin interrupts in APIC mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/core/pcm_lib.c

    r542 r549  
    302302        if (!xrun_debug(substream, 4))
    303303                goto no_jiffies_check;
     304#endif
    304305        /* Skip the jiffies check for hardwares with BATCH flag.
    305306         * Such hardware usually just increases the position at each IRQ,
     
    335336        }
    336337 no_jiffies_check:
    337 #endif
    338338        if (delta > runtime->period_size + runtime->period_size / 2) {
    339339                hw_ptr_error(substream,
     
    418418        if (!xrun_debug(substream, 4))
    419419                goto no_jiffies_check;
     420#endif
    420421        if (delta < runtime->delay)
    421422                goto no_jiffies_check;
     
    431432        }
    432433 no_jiffies_check:
    433 #endif
    434434        if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
    435435            runtime->silence_size > 0)
Note: See TracChangeset for help on using the changeset viewer.