Ignore:
File:
1 edited

Legend:

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

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