Home
last modified time | relevance | path

Searched refs:PLAYBACK_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/emu10k1/
H A Dp16v.h25 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ macro
H A Demu10k1x.c101 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ macro
443 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_SIZE, voice, (runtime->periods - 1) << 19); in snd_emu10k1x_pcm_prepare()
/linux/sound/pci/ca0106/
H A Dca0106.h171 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ macro
H A Dca0106_main.c797 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_SIZE, channel, (runtime->periods - 1) << 19); in snd_ca0106_pcm_prepare_playback()