Changeset 0a4ad7d in mainline for uspace/app/wavplay/wave.h


Ignore:
Timestamp:
2013-04-10T18:14:40Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
76e863c
Parents:
e1d2f0e
Message:

wavplay: Add direct recording functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/wave.h

    re1d2f0e r0a4ad7d  
    3636
    3737#include <stdint.h>
     38#include <pcm/format.h>
    3839#include <pcm/sample_format.h>
    3940
     
    8990} wave_header_t;
    9091
    91 int wav_parse_header(void *, const void**, size_t *, unsigned *, unsigned *,
    92     pcm_sample_format_t *, const char **);
     92int wav_parse_header(const void *, const void**, size_t *, unsigned *,
     93    unsigned *, pcm_sample_format_t *, const char **);
    9394
     95void wav_init_header(wave_header_t *, pcm_format_t , size_t);
    9496#endif
    9597/**
Note: See TracChangeset for help on using the changeset viewer.