HDEX_BASE 131 sound/oss/msnd.h #define HDEX_PLAY_START (0 + HDEX_BASE) HDEX_BASE 132 sound/oss/msnd.h #define HDEX_PLAY_STOP (1 + HDEX_BASE) HDEX_BASE 133 sound/oss/msnd.h #define HDEX_PLAY_PAUSE (2 + HDEX_BASE) HDEX_BASE 134 sound/oss/msnd.h #define HDEX_PLAY_RESUME (3 + HDEX_BASE) HDEX_BASE 135 sound/oss/msnd.h #define HDEX_RECORD_START (4 + HDEX_BASE) HDEX_BASE 136 sound/oss/msnd.h #define HDEX_RECORD_STOP (5 + HDEX_BASE) HDEX_BASE 137 sound/oss/msnd.h #define HDEX_MIDI_IN_START (6 + HDEX_BASE) HDEX_BASE 138 sound/oss/msnd.h #define HDEX_MIDI_IN_STOP (7 + HDEX_BASE) HDEX_BASE 139 sound/oss/msnd.h #define HDEX_MIDI_OUT_START (8 + HDEX_BASE) HDEX_BASE 140 sound/oss/msnd.h #define HDEX_MIDI_OUT_STOP (9 + HDEX_BASE) HDEX_BASE 141 sound/oss/msnd.h #define HDEX_AUX_REQ (10 + HDEX_BASE)