Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/emu10k1/
Dp16v.h97 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
Dp16v.c388 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_PTR, channel, 0); in snd_p16v_pcm_prepare_playback()
560 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
562 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
Demu10k1x.c116 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
469 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_PTR, voice, 0); in snd_emu10k1x_pcm_prepare()
526 ptr3 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer()
528 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer()
/linux-2.6.39/sound/pci/ca0106/
Dca0106.h188 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
Dca0106_main.c843 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_PTR, channel, 0); in snd_ca0106_pcm_prepare_playback()
1063 ptr = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_ca0106_pcm_pointer_playback()