Changes in uspace/app/wavplay/drec.c [4a8d0dd1:fec7ba0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/drec.c
r4a8d0dd1 rfec7ba0 36 36 #include <assert.h> 37 37 #include <errno.h> 38 #include <fibril.h> 38 39 #include <str_error.h> 39 40 #include <audio_pcm_iface.h> … … 88 89 * Writes recorded data. 89 90 * 90 * @param icall Poi tner to IPC call structure.91 * @param arg Argument. Poi tner to recording helper structure.91 * @param icall Pointer to IPC call structure. 92 * @param arg Argument. Pointer to recording helper structure. 92 93 * 93 94 */
Note:
See TracChangeset
for help on using the changeset viewer.