Searched refs:PLAYBACK_POINTER (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/sound/pci/emu10k1/ |
| D | p16v.h | 86 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine… macro
|
| D | p16v.c | 370 snd_emu10k1_ptr20_write(emu, PLAYBACK_POINTER, channel, 0); in snd_p16v_pcm_prepare_playback() 539 ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback() 541 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback()
|
| D | emu10k1x.c | 105 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Sample currently in DAC */ macro 457 snd_emu10k1x_ptr_write(emu, PLAYBACK_POINTER, voice, 0); in snd_emu10k1x_pcm_prepare() 518 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel); in snd_emu10k1x_pcm_pointer() 525 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel); in snd_emu10k1x_pcm_pointer()
|
| /Linux-v5.4/sound/pci/ca0106/ |
| D | ca0106.h | 180 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine… macro
|
| D | ca0106_main.c | 836 snd_ca0106_ptr_write(emu, PLAYBACK_POINTER, channel, 0); in snd_ca0106_pcm_prepare_playback() 1056 snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel)); in snd_ca0106_pcm_pointer_playback()
|