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.6 by cebix, 2000-07-25T16:25:04Z 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 79 | Line 79 | const uint32 siSpeakerMute                     = FOURCC('s
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