ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/audio_defs.h
(Generate patch)

Comparing BasiliskII/src/include/audio_defs.h (file contents):
Revision 1.4 by cebix, 2000-07-22T16:07:22Z vs.
Revision 1.6 by cebix, 2000-07-25T16:25:04Z

# Line 77 | Line 77 | const uint32 siHeadphoneVolume         = FOURCC
77   const uint32 siHeadphoneVolumeSteps     = FOURCC('h','d','s','t');      // number of volume steps for headphone
78   const uint32 siSpeakerMute                      = FOURCC('s','m','u','t');      // mute state of all built-in speakers
79   const uint32 siSpeakerVolume            = FOURCC('s','v','o','l');      // volume level of built-in speaker
80 + const uint32 siDeviceName                       = FOURCC('n','a','m','e');
81 + const uint32 siDeviceIcon                       = FOURCC('i','c','o','n');
82  
83   enum {  // ComponentResource struct
84          componentType = 0,
# Line 94 | Line 96 | enum { // ComponentResource struct
96          componentIconID = 42,
97          componentVersion = 44,
98          componentRegisterFlags = 48,
99 <        componentIconFamily = 52
99 >        componentIconFamily = 52,
100 >        componentPFCount = 54,
101 >        componentPFFlags = 58,
102 >        componentPFResType = 62,
103 >        componentPFResID = 66,
104 >        componentPFPlatform = 68
105   };
106  
107   // Component feature flags

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines