Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dultrasound.h55 #define _GUS_VOICESAMPLE 0x01 /* OBSOLETE */ macro
85 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET…
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c437 case _GUS_VOICESAMPLE: in gusspec_control()