Changeset 537620a8 in mainline


Ignore:
Timestamp:
2013-08-16T14:13:43Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5bc912
Parents:
301032a
Message:

sb16: Use 64KB buffers.

This fixes occasional audio glitches in hound playback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/dsp.c

    r301032a r537620a8  
    4949
    5050/* Maximum allowed transfer size for ISA DMA transfers is 64kB */
    51 #define MAX_BUFFER_SIZE (60 * 1024)
     51#define MAX_BUFFER_SIZE (64 * 1024)
    5252
    5353#ifndef DSP_RETRY_COUNT
Note: See TracChangeset for help on using the changeset viewer.