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.5 by cebix, 2000-07-25T15:19:42Z 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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines