Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dultrasound.h54 #define _GUS_NUMVOICES 0x00 macro
84 #define GUS_NUMVOICES(chn, p1) _GUS_CMD(chn, 0, _GUS_NUMVOICES, (p1), 0)
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c425 if (cmd == _GUS_NUMVOICES) in gusspec_control()