Skip to content
  • malc's avatar
    audio: internal API change · bdff253c
    malc authored
    
    
    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: default avatarmalc <av1474@comtv.ru>
    bdff253c