Home
last modified time | relevance | path

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

/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_paula.c522 int minframes = 1; in AmiPlay() local
534 minframes = 2; in AmiPlay()
536 if (write_sq.count < minframes) { in AmiPlay()
542 if (write_sq.count <= minframes && in AmiPlay()
551 AmiPlayNextFrame(minframes); in AmiPlay()
559 int minframes = 1; in AmiInterrupt() local
579 minframes = 2; in AmiInterrupt()
590 if (write_sq.count >= minframes) in AmiInterrupt()