Searched refs:PLAYBACK_LIST_PTR (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dp16v.h97 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
101 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */
H A Dp16v.c358 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_PTR, channel, 0);
529 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
531 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
H A Demu10k1x.c116 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
463 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_PTR, voice, 0);
520 ptr3 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
522 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106.h188 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
195 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */
H A Dca0106_main.c768 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_PTR, channel, 0);
962 ptr3 = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
964 ptr4 = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel);

Completed in 115 milliseconds