Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c189 #define K1212_MAX_SAMPLES (kPlayBufferFrames*kNumBuffers) macro
1283 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_silence()
1309 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_to()
1340 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_from()
1438 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close()