Changeset 31ccd42a in mainline for uspace/drv/audio/hdaudio/stream.c
- Timestamp:
- 2014-08-25T21:03:11Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 93c3163
- Parents:
- 903eff5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/stream.c
r903eff5 r31ccd42a 113 113 stream->bdl[i].address = host2uint64_t_le(stream->buf_phys[i]); 114 114 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); 116 116 } 117 117
Note:
See TracChangeset
for help on using the changeset viewer.