Changeset 3fec817 in mainline for uspace/drv/audio/hdaudio/codec.h


Ignore:
Timestamp:
2014-09-04T15:51:56Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de16f89
Parents:
149dd52d
Message:

Get format from stream.

File:
1 edited

Legend:

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

    r149dd52d r3fec817  
    3737
    3838#include "hdaudio.h"
     39#include "stream.h"
    3940
    4041#define MAX_OUT_AW 256
     
    5051extern hda_codec_t *hda_codec_init(hda_t *, uint8_t);
    5152extern void hda_codec_fini(hda_codec_t *);
    52 extern int hda_out_converter_setup(hda_codec_t *, uint8_t);
     53extern int hda_out_converter_setup(hda_codec_t *, hda_stream_t *);
    5354
    5455#endif
Note: See TracChangeset for help on using the changeset viewer.