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

« back to all changes in this revision

Viewing changes to audio/audio_int.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:
44
44
    audio_option_tag_e tag;
45
45
    void *valp;
46
46
    const char *descr;
47
 
    int *overridenp;
48
 
    int overriden;
 
47
    int *overriddenp;
 
48
    int overridden;
49
49
};
50
50
 
51
51
struct audio_callback {