Searched refs:snd_korg1212_silence (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/korg1212/ |
H A D | korg1212.c | 1262 static int snd_korg1212_silence(struct snd_korg1212 *korg1212, int pos, int count, int offset, int size) in snd_korg1212_silence() function 1267 K1212_DEBUG_PRINTK_VERBOSE("K1212_DEBUG: snd_korg1212_silence pos=%d offset=%d size=%d count=%d\n", in snd_korg1212_silence() 1276 printk(KERN_DEBUG "K1212_DEBUG: snd_korg1212_silence KERNEL EFAULT dst=%p iter=%d\n", in snd_korg1212_silence() 1441 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close() 1666 return snd_korg1212_silence(korg1212, bytes_to_frames(runtime, pos), in snd_korg1212_playback_silence()
|
/kernel/linux/linux-6.6/sound/pci/korg1212/ |
H A D | korg1212.c | 1261 static int snd_korg1212_silence(struct snd_korg1212 *korg1212, int pos, int count, int offset, int size) in snd_korg1212_silence() function 1266 K1212_DEBUG_PRINTK_VERBOSE("K1212_DEBUG: snd_korg1212_silence pos=%d offset=%d size=%d count=%d\n", in snd_korg1212_silence() 1275 printk(KERN_DEBUG "K1212_DEBUG: snd_korg1212_silence KERNEL EFAULT dst=%p iter=%d\n", in snd_korg1212_silence() 1432 snd_korg1212_silence(korg1212, 0, K1212_MAX_SAMPLES, 0, korg1212->channels * 2); in snd_korg1212_playback_close() 1650 return snd_korg1212_silence(korg1212, bytes_to_frames(runtime, pos), in snd_korg1212_playback_silence()
|
Completed in 8 milliseconds