Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/korg1212/ !
Dkorg1212.c175 #define K1212_MAX_SAMPLES (kPlayBufferFrames*kNumBuffers) macro
1268 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_silence()
1302 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()
1440 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close()