Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/emu10k1/
Dp16v.h82 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
Dp16v.c338 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_PTR, channel, 0); in snd_p16v_pcm_prepare_playback()
510 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
512 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback()
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()
/linux-6.1.9/sound/pci/ca0106/
Dca0106.h173 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ macro
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()