Searched refs:PLAYBACK_POINTER (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106.h193 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */ macro
H A Dca0106_main.c676 snd_ca0106_ptr_write(emu, PLAYBACK_POINTER, channel, 0);
847 ptr1 = snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel);
849 if (ptr3 != ptr4) ptr1 = snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel);
1068 //snd_printk("ptr=0x%08x\n",snd_ca0106_ptr_read(chip, PLAYBACK_POINTER, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1x.c120 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Sample currently in DAC */ macro
465 snd_emu10k1x_ptr_write(emu, PLAYBACK_POINTER, voice, 0);
522 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel);
529 ptr1 = snd_emu10k1x_ptr_read(emu, PLAYBACK_POINTER, channel);
H A Dp16v.c360 snd_emu10k1_ptr20_write(emu, PLAYBACK_POINTER, channel, 0);
517 ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
519 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
H A Dp16v.h101 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */ macro

Completed in 122 milliseconds