Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl4/
H A Dopl4_synth.c284 INIT_LIST_HEAD(&opl4->on_voices); in snd_opl4_synth_reset()
470 snd_BUG_ON(list_empty(&opl4->on_voices)); in snd_opl4_get_voice()
471 return list_entry(opl4->on_voices.next, struct opl4_voice, list); in snd_opl4_get_voice()
507 list_move_tail(&voice[i]->list, &opl4->on_voices); in snd_opl4_note_on()
H A Dopl4_local.h197 struct list_head on_voices; member