Home
last modified time | relevance | path

Searched refs:vol (Results 1 – 4 of 4) sorted by relevance

/include/uapi/linux/
Dsoundcard.h1140 #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/
Demu10k1.h1545 #define snd_emu10k1_compose_audigy_sendamounts(vol) \ argument
1546 (((unsigned int)vol[4] << 24) | ((unsigned int)vol[5] << 16) | ((unsigned int)vol[6] << 8) | (unsig…
Dgus.h559 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol);
/include/trace/events/
Dcachefiles.h419 __field(unsigned int, vol )
425 __entry->vol = volume->vcookie->debug_id;
431 __entry->vol,