Home
last modified time | relevance | path

Searched refs:minframes (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/oss/dmasound/
Ddmasound_paula.c521 int minframes = 1; in AmiPlay() local
533 minframes = 2; in AmiPlay()
535 if (write_sq.count < minframes) { in AmiPlay()
541 if (write_sq.count <= minframes && in AmiPlay()
550 AmiPlayNextFrame(minframes); in AmiPlay()
558 int minframes = 1; in AmiInterrupt() local
578 minframes = 2; in AmiInterrupt()
589 if (write_sq.count >= minframes) in AmiInterrupt()