5 *----------------------------------------------------------------------------
6 * Includes for numtostr.c
7 *----------------------------------------------------------------------------
8 * By Chris Hodges <hodges@in.tum.de>
12 * 11-03-2002 - Initial
16 #include <exec/types.h>
18 #include "usbaudio.class.h"
20 #define NTS_TERMINALTYPE 0x01
21 #define NTS_SPATIALLOCATION 0x02
22 #define NTS_FEATURE 0x03
23 #define NTS_AUDIOFORMAT 0x04
24 #define NTS_UNITTYPE 0x05
29 STRPTR
nNumToStr(struct NepClassAudio
*nch
, UWORD type
, ULONG id
, STRPTR defstr
);
31 STRPTR
nConcatBitsStr(struct NepClassAudio
*nch
, UWORD type
, ULONG bits
);
39 #endif /* NUMTOSTR_H */