Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_midi.c578 vp2->state = SNDRV_OPL3_ST_OFF; in snd_opl3_note_on()
642 vp2->state = SNDRV_OPL3_ST_OFF; in snd_opl3_kill_voice()
644 vp->state = SNDRV_OPL3_ST_OFF; in snd_opl3_kill_voice()
H A Dopl3_seq.c54 opl3->voices[idx].state = SNDRV_OPL3_ST_OFF; in snd_opl3_synth_setup()
/OK3568_Linux_fs/kernel/include/sound/
H A Dopl3.h267 #define SNDRV_OPL3_ST_OFF 0 /* Not playing */ macro