Home
last modified time | relevance | path

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

/sound/pci/korg1212/
Dkorg1212.c190 #define K1212_MAX_SAMPLES (kPlayBufferFrames*kNumBuffers) macro
1284 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_silence()
1310 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_to()
1341 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_from()
1439 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close()