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.9 by cebix, 2002-03-10T19:34:11Z

# Line 1 | Line 1
1   /*
2   *  audio_defs.h - Definitions for MacOS audio components
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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 + const uint32 siHardwareFormat           = FOURCC('h','w','f','m');
83  
84   enum {  // ComponentResource struct
85          componentType = 0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines