Searched refs:vol (Results 1 – 2 of 2) sorted by relevance
/include/uapi/linux/ |
D | soundcard.h | 1140 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1141 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 1143 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1144 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
|
/include/sound/ |
D | gus.h | 559 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol);
|