Searched refs:PLAYBACK_POINTER (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 215 milliseconds