Searched refs:PLAYBACK_PERIOD_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/pci/emu10k1/ |
D | p16v.h | 100 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
|
D | emu10k1x.c | 118 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size */ macro 475 …snd_emu10k1x_ptr_write(emu, PLAYBACK_PERIOD_SIZE, voice, frames_to_bytes(runtime, runtime->period_… in snd_emu10k1x_pcm_prepare()
|
D | p16v.c | 391 snd_emu10k1_ptr20_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_p16v_pcm_prepare_playback()
|
/linux-2.6.39/sound/pci/ca0106/ |
D | ca0106.h | 193 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ macro
|
D | ca0106_main.c | 845 …snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_… in snd_ca0106_pcm_prepare_playback() 847 snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, 0); // buffer size in bytes in snd_ca0106_pcm_prepare_playback()
|