Changeset 3fec817 in mainline for uspace/drv/audio/hdaudio/codec.h
- Timestamp:
- 2014-09-04T15:51:56Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de16f89
- Parents:
- 149dd52d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/codec.h
r149dd52d r3fec817 37 37 38 38 #include "hdaudio.h" 39 #include "stream.h" 39 40 40 41 #define MAX_OUT_AW 256 … … 50 51 extern hda_codec_t *hda_codec_init(hda_t *, uint8_t); 51 52 extern void hda_codec_fini(hda_codec_t *); 52 extern int hda_out_converter_setup(hda_codec_t *, uint8_t);53 extern int hda_out_converter_setup(hda_codec_t *, hda_stream_t *); 53 54 54 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.