Changeset 6747b929 in mainline for uspace/drv/audio/hdaudio/stream.h


Ignore:
Timestamp:
2014-08-26T11:35:23Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c67195c
Parents:
159c722d
Message:

Playback stopping and restart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/stream.h

    r159c722d r6747b929  
    7373
    7474extern hda_stream_t *hda_stream_create(hda_t *, hda_stream_dir_t, uint32_t);
     75extern void hda_stream_destroy(hda_stream_t *);
    7576extern void hda_stream_start(hda_stream_t *);
    76 extern void hda_stream_destroy(hda_stream_t *);
     77extern void hda_stream_stop(hda_stream_t *);
     78extern void hda_stream_reset(hda_stream_t *);
    7779
    7880#endif
Note: See TracChangeset for help on using the changeset viewer.