Changes in uspace/drv/audio/hdaudio/codec.h [b7fd2a0:0e4c5f0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/codec.h
rb7fd2a0 r0e4c5f0 52 52 extern hda_codec_t *hda_codec_init(hda_t *, uint8_t); 53 53 extern void hda_codec_fini(hda_codec_t *); 54 extern errno_t hda_out_converter_setup(hda_codec_t *, hda_stream_t *);55 extern errno_t hda_in_converter_setup(hda_codec_t *, hda_stream_t *);54 extern int hda_out_converter_setup(hda_codec_t *, hda_stream_t *); 55 extern int hda_in_converter_setup(hda_codec_t *, hda_stream_t *); 56 56 57 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.