Changeset 5b8e08e in mainline
- Timestamp:
- 2013-08-19T13:31:36Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7373117
- Parents:
- d337f74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.c
rd337f74 r5b8e08e 271 271 break; 272 272 default: 273 ddf_log_warning("Interrupt while DSP not active"); 273 ddf_log_warning("Interrupt while DSP not active (%s)", 274 dsp_state_to_str(dsp->state)); 274 275 } 275 276 }
Note:
See TracChangeset
for help on using the changeset viewer.