Files
third_party_tinyalsa/include/tinyalsa
Ricardo Biehl Pasquali c848ea519f corrected (over/under)run definition in pcm.h
overrun is in capture and underrun is in playback.
Look:

'+' has data / '-' hasn't data

overrun (capture):

 You should have
 read until here
                v
        |+++++++|++     <- buffer over(run/flow)

underrun (playback):

 You should have
 written until here
                   v
           |+++++++|--  <- buffer under(run/flow)
2016-12-28 14:42:18 -02:00
..
2016-11-19 10:41:31 -08:00
2016-12-01 21:20:06 -08:00