Home
last modified time | relevance | path

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

/sound/oss/
Dopl3.c63 struct voice_alloc_info *v_alloc; member
109 devc->v_alloc->max_voice = devc->nr_voice = 12; in enter_4op_mode()
275 devc->v_alloc->map[voice] = 0; in opl3_kill_note()
773 devc->v_alloc->max_voice = devc->nr_voice = 18; in opl3_reset()
789 devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9; in opl3_open()
790 devc->v_alloc->timestamp = 0; in opl3_open()
794 devc->v_alloc->map[i] = 0; in opl3_open()
795 devc->v_alloc->alloc_times[i] = 0; in opl3_open()
809 devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9; in opl3_close()
1157 devc->v_alloc = &opl3_operations.alloc; in opl3_init()
[all …]