Ignore:
File:
1 edited

Legend:

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

    r0e4c5f0 rb7fd2a0  
    5252extern hda_codec_t *hda_codec_init(hda_t *, uint8_t);
    5353extern void hda_codec_fini(hda_codec_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 *);
     54extern errno_t hda_out_converter_setup(hda_codec_t *, hda_stream_t *);
     55extern errno_t hda_in_converter_setup(hda_codec_t *, hda_stream_t *);
    5656
    5757#endif
Note: See TracChangeset for help on using the changeset viewer.