Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Dp16v.h26 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
H A Dp16v.c285 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_PTR, channel, 0); in snd_p16v_pcm_prepare_playback()
488 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
490 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
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); in snd_emu10k1x_pcm_prepare()
516 ptr3 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer()
518 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106.h173 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
H A Dca0106_main.c807 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_PTR, channel, 0); in snd_ca0106_pcm_prepare_playback()
1029 ptr = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_ca0106_pcm_pointer_playback()