Changeset 6084:3239837aa782 in roaraudio


Ignore:
Timestamp:
09/06/15 10:50:37 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

relax check on alignment: allow MSB-aligned in case bits == bps*8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/para.c

    r6052 r6084  
    119119 } 
    120120 
    121  if ( par->msb == 0 ) { 
     121 if ( par->msb == 0 && (par->bits != 8*par->bps) ) { 
    122122  ROAR_DBG("sio_setpar(*): LSM alignment not supported"); 
    123123  return 0; 
Note: See TracChangeset for help on using the changeset viewer.