Changeset 598 for GPL/trunk/alsa-kernel/include/sound/opl3.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/include/sound/opl3.h
r587 r598 18 18 * 19 19 * With the above exceptions the both sides can be operated independently. 20 * 20 * 21 21 * A 4 OP voice can be created by setting the corresponding 22 22 * bit at offset 4 of the right side. … … 27 27 * 28 28 * If a voice is set to the 2 OP mode, it works like 2 OP modes 29 * of the original YM3812 (AdLib). In addition the voice can 29 * of the original YM3812 (AdLib). In addition the voice can 30 30 * be connected the left, right or both stereo channels. It can 31 31 * even be left unconnected. This works with 4 OP voices also. … … 189 189 * 190 190 * 191 * 191 * 192 192 * +---+ 193 193 * | | … … 195 195 * |-> 196 196 * >--3----4-+ 197 * 197 * 198 198 * +---+ 199 199 * | | … … 251 251 unsigned char sustain_release; 252 252 unsigned char wave_select; 253 #ifndef TARGET_OS2 253 254 } __attribute__((packed)); 254 #ifdef TARGET_OS2 255 #else 256 }; 255 257 #pragma pack() 256 258 #endif … … 341 343 struct snd_midi_channel_set * oss_chset; 342 344 #endif 343 345 344 346 #define OPL3_PATCH_HASH_SIZE 32 345 347 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
Note:
See TracChangeset
for help on using the changeset viewer.