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

/linux-master/sound/pci/emu10k1/
H A Dp16v.h26 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
30 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */
H A Dp16v.c285 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_PTR, channel, 0);
488 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
490 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
H A Demu10k1x.c101 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
455 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_PTR, voice, 0);
516 ptr3 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
518 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
/linux-master/sound/pci/ca0106/
H A Dca0106.h173 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
180 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */
H A Dca0106_main.c807 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_PTR, channel, 0);
1029 ptr = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel);

Completed in 139 milliseconds