CAudioInput/Output: Apply VoIP latency in case of VoIP audio type
There was no implementation of setting specific latency value except default case.
An audio type can be set by audio_in[out]_set_sound_stream_info() and therefore
we can utilize the audio type to determine which latency type should be set.
If it is set, the audio core recoginizes it and set this stream with a specific
latency value.
VoIP type is one of the most common usecases for audio-io API. This case is
now added.
[Version] 0.5.15
[Issue Type] Enhancement
Change-Id: Id5fd33f79fbb2430ce35824e06c4454a0f66dff1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>