• M
    audio: internal API change · bdff253c
    malc 提交于
    pcm_ops.run_out now takes number of live samples (which will be always
    greater than zero) as a second argument, every driver was calling
    audio_pcm_hw_get_live_out anyway with exception of fmod which used
    audio_pcm_hw_get_live_out2 for no good reason.
    Signed-off-by: Nmalc <av1474@comtv.ru>
    bdff253c
audio.c 50.5 KB