• Mauro Carvalho Chehab's avatar
    [media] em28xx-audio: fix the period size in bytes · 49677aef
    Mauro Carvalho Chehab authored
    If the period size is wrong, userspace will assume a wrong delay
    any may negociate an inadequate value.
    
    The em28xx devices use 8 for URB interval, in microframes,
    and the driver programs it to have 64 packets.
    
    That means that the IRQ sampling period is 125 * 8 * 64,
    with is equal to 64 ms.
    
    So, that's the minimal latency with the current settings. It is
    possible to program a lower latency, by using less than 64 packets,
    but that increases the amount of bandwitdh used, and the number of
    IRQ events per second.
    
    In any case, in order to support it, the driver logic should be
    changed to fill those parameters in realtime.
    Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
    49677aef
em28xx-audio.c 22.9 KB