Searched refs:PLAYBACK_POINTER (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.h101 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */ macro
H A Dp16v.c362 snd_emu10k1_ptr20_write(emu, PLAYBACK_POINTER, channel, 0);
530 ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
532 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
H A Demu10k1x.c119 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Sample currently in DAC */ macro
464 snd_emu10k1x_ptr_write(emu, PLAYBACK_POINTER, voice, 0);
521 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel);
528 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106.h195 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */ macro
H A Dca0106_main.c772 snd_ca0106_ptr_write(emu, PLAYBACK_POINTER, channel, 0);
963 ptr1 = snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel);
965 if (ptr3 != ptr4) ptr1 = snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel);
1192 snd_ca0106_ptr_read(chip, PLAYBACK_POINTER, 0));

Completed in 138 milliseconds