Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dopl3.h288 #define SNDRV_OPL3_ST_NOT_AVAIL -1 /* voice is not available */ macro
/linux-2.6.39/sound/drivers/opl3/
Dopl3_seq.c114 opl3->voices[8].state = SNDRV_OPL3_ST_NOT_AVAIL; in snd_opl3_synth_use()
Dopl3_midi.c174 if (vp->state == SNDRV_OPL3_ST_NOT_AVAIL) in opl3_get_voice()
585 vp2->state = SNDRV_OPL3_ST_NOT_AVAIL; in snd_opl3_note_on()