Searched refs:vol (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | soundcard.h | 773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument 775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
|