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