Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/emu10k1/
Dp16v.h101 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine… macro
Dp16v.c392 snd_emu10k1_ptr20_write(emu, PLAYBACK_POINTER, channel, 0); in snd_p16v_pcm_prepare_playback()
561 ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback()
563 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback()
Demu10k1x.c119 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Sample currently in DAC */ macro
470 snd_emu10k1x_ptr_write(emu, PLAYBACK_POINTER, voice, 0); in snd_emu10k1x_pcm_prepare()
527 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel); in snd_emu10k1x_pcm_pointer()
534 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel); in snd_emu10k1x_pcm_pointer()
/linux-3.4.99/sound/pci/ca0106/
Dca0106.h195 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine… macro
Dca0106_main.c848 snd_ca0106_ptr_write(emu, PLAYBACK_POINTER, channel, 0); in snd_ca0106_pcm_prepare_playback()
1066 snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel)); in snd_ca0106_pcm_pointer_playback()