Changeset 31ccd42a in mainline for uspace/drv/audio/hdaudio/stream.c


Ignore:
Timestamp:
2014-08-25T21:03:11Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93c3163
Parents:
903eff5
Message:

Pseudocode handling of stream interrupts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/stream.c

    r903eff5 r31ccd42a  
    113113                stream->bdl[i].address = host2uint64_t_le(stream->buf_phys[i]);
    114114                stream->bdl[i].length = host2uint32_t_le(stream->bufsize);
    115                 stream->bdl[i].flags = 0/*BIT_V(uint32_t, bdf_ioc)*/;
     115                stream->bdl[i].flags = BIT_V(uint32_t, bdf_ioc);
    116116        }
    117117
Note: See TracChangeset for help on using the changeset viewer.