Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/opl3.h

    r587 r598  
    1818 *
    1919 *      With the above exceptions the both sides can be operated independently.
    20  *
     20 *     
    2121 *      A 4 OP voice can be created by setting the corresponding
    2222 *      bit at offset 4 of the right side.
     
    2727 *
    2828 *      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 
    3030 *      be connected the left, right or both stereo channels. It can
    3131 *      even be left unconnected. This works with 4 OP voices also.
     
    189189 *
    190190 *
    191  *
     191 *                                     
    192192 *                                       +---+
    193193 *                                       |   |
     
    195195 *                                                |->
    196196 *                                      >--3----4-+
    197  *
     197 *                                     
    198198 *                                       +---+
    199199 *                                       |   |
     
    251251        unsigned char sustain_release;
    252252        unsigned char wave_select;
     253#ifndef TARGET_OS2
    253254} __attribute__((packed));
    254 #ifdef TARGET_OS2
     255#else
     256};
    255257#pragma pack()
    256258#endif
     
    341343        struct snd_midi_channel_set * oss_chset;
    342344#endif
    343 
     345 
    344346#define OPL3_PATCH_HASH_SIZE    32
    345347        struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
Note: See TracChangeset for help on using the changeset viewer.