Changeset e1534533 in mainline


Ignore:
Timestamp:
2012-08-30T19:33:33Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
017455e
Parents:
2a64082
Message:

sb16: Use 60KB buffer.

There seems to be some problems with 64KB.

File:
1 edited

Legend:

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

    r2a64082 re1534533  
    4848
    4949/* Maximum allowed transfer size for ISA DMA transfers is 64kB */
    50 #define MAX_BUFFER_SIZE (64 * 1024)
     50#define MAX_BUFFER_SIZE (60 * 1024)
    5151
    5252#ifndef DSP_RETRY_COUNT
Note: See TracChangeset for help on using the changeset viewer.