Changeset 722912e in mainline for uspace/drv/audio/sb16/main.c
- Timestamp:
- 2012-06-29T13:04:54Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ea150dc6
- Parents:
- 6843a9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/main.c
r6843a9c r722912e 55 55 /*----------------------------------------------------------------------------*/ 56 56 static driver_ops_t sb_driver_ops = { 57 . add_device= sb_add_device,57 .dev_add = sb_add_device, 58 58 }; 59 59 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.