~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to audio/audio.h

Tags: upstream-0.9.0+20070816
ImportĀ upstreamĀ versionĀ 0.9.0+20070816

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    AUD_FMT_U8,
34
34
    AUD_FMT_S8,
35
35
    AUD_FMT_U16,
36
 
    AUD_FMT_S16
 
36
    AUD_FMT_S16,
 
37
    AUD_FMT_U32,
 
38
    AUD_FMT_S32
37
39
} audfmt_e;
38
40
 
39
41
#ifdef WORDS_BIGENDIAN