Fixed HiFi modes. Recording now works too, but volume is very low.
[AROS.git] / workbench / hidds / hidd.gallium / gallium.conf
blob934450faed36c45119c0e4f19091fdbea063393f
1 ##begin config
2 version         7.4
3 residentpri     90
4 libbasetype     struct IntHIDDGalliumBase
5 basename        Gallium
6 classid         CLID_Hidd_Gallium
7 superclass      CLID_Hidd
8 classptr_field  sd.galliumclass
9 classdatatype   struct HIDDGalliumData
10 ##end config
12 ##begin cdefprivate
13 #include <hidd/gallium.h>
14 #include "gallium_intern.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Get
21 .interface Hidd_Gallium
22 CreatePipeScreen
23 DisplaySurface
24 DisplayResource
25 ##end methodlist