Home
last modified time | relevance | path

Searched refs:PLAYBACK_PERIOD_SIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Dp16v.h85 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
H A Dp16v.c338 //snd_emu10k1_ptr20_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes in snd_p16v_pcm_prepare_playback()
339 snd_emu10k1_ptr20_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_p16v_pcm_prepare_playback()
H A Demu10k1x.c104 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size */ macro
461 snd_emu10k1x_ptr_write(emu, PLAYBACK_PERIOD_SIZE, voice, frames_to_bytes(runtime, runtime->period_size)<<16); in snd_emu10k1x_pcm_prepare()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dp16v.h29 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
H A Dp16v.c287 //snd_emu10k1_ptr20_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes in snd_p16v_pcm_prepare_playback()
288 snd_emu10k1_ptr20_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_p16v_pcm_prepare_playback()
H A Demu10k1x.c103 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size */ macro
461 snd_emu10k1x_ptr_write(emu, PLAYBACK_PERIOD_SIZE, voice, frames_to_bytes(runtime, runtime->period_size)<<16); in snd_emu10k1x_pcm_prepare()
/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca0106.h178 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
H A Dca0106_main.c806 snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes in snd_ca0106_pcm_prepare_playback()
808 snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_ca0106_pcm_prepare_playback()
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca0106.h178 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
H A Dca0106_main.c809 snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes in snd_ca0106_pcm_prepare_playback()
811 snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_ca0106_pcm_prepare_playback()

Completed in 17 milliseconds