revert between 56095 -> 55830 in arch
[AROS.git] / rom / usb / classes / audio / numtostr.h
blob4172d103ed30e46eca98acdc1cccb425ce01e2db
1 #ifndef NUMTOSTR_H
2 #define NUMTOSTR_H
4 /*
5 *----------------------------------------------------------------------------
6 * Includes for numtostr.c
7 *----------------------------------------------------------------------------
8 * By Chris Hodges <hodges@in.tum.de>
10 * History
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
26 /* Protos
29 STRPTR nNumToStr(struct NepClassAudio *nch, UWORD type, ULONG id, STRPTR defstr);
31 STRPTR nConcatBitsStr(struct NepClassAudio *nch, UWORD type, ULONG bits);
33 struct AudioIDMap
35 UWORD aim_ID;
36 STRPTR aim_String;
39 #endif /* NUMTOSTR_H */