Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/korg1212/
H A Dkorg1212.c175 #define K1212_MAX_SAMPLES (kPlayBufferFrames*kNumBuffers) macro
1269 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_silence()
1303 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_to()
1342 if (snd_BUG_ON(pos + count > K1212_MAX_SAMPLES)) in snd_korg1212_copy_from()
1441 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close()