Home
last modified time | relevance | path

Searched refs:_GUS_VOICESAMPLE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dultrasound.h54 #define _GUS_VOICESAMPLE 0x01 /* OBSOLETE */ macro
84 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET…
/linux-4.1.27/sound/synth/emux/
Demux_oss.c454 case _GUS_VOICESAMPLE: in gusspec_control()