Changeset 587 for GPL/trunk/alsa-kernel/include/sound/opl3.h
- Timestamp:
- Jun 9, 2016, 10:38:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/opl3.h
r399 r587 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_OS2254 253 } __attribute__((packed)); 255 #else 256 }; 254 #ifdef TARGET_OS2 257 255 #pragma pack() 258 256 #endif … … 343 341 struct snd_midi_channel_set * oss_chset; 344 342 #endif 345 343 346 344 #define OPL3_PATCH_HASH_SIZE 32 347 345 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
Note:
See TracChangeset
for help on using the changeset viewer.