baseport/syborg/soundsc/virtio_audio_defs.h
changeset 72 d00bf4f57250
parent 45 01c1ffcc4fca
equal deleted inserted replaced
71:5158c0d3bde3 72:d00bf4f57250
    57 
    57 
    58 // note the values are opposite to what spec says
    58 // note the values are opposite to what spec says
    59 enum StreamDirection
    59 enum StreamDirection
    60 	{
    60 	{
    61 	EDirectionPlayback = 0,
    61 	EDirectionPlayback = 0,
    62 	EDirectionRecord = 1
    62 	EDirectionRecord = 1,
       
    63     EDirectionNone = 2 // closes current stream
    63 	};
    64 	};
    64 
    65 
    65 struct TCommand
    66 struct TCommand
    66 	{
    67 	{
    67 	TUint32 iCommand;
    68 	TUint32 iCommand;