Ignore:
Timestamp:
Jun 9, 2016, 10:38:13 PM (9 years ago)
Author:
David Azarewicz
Message:

Rearrange directory structure
rework makefiles
cleanup files

File:
1 edited

Legend:

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

    r399 r587  
    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
    254253} __attribute__((packed));
    255 #else
    256 };
     254#ifdef TARGET_OS2
    257255#pragma pack()
    258256#endif
     
    343341        struct snd_midi_channel_set * oss_chset;
    344342#endif
    345  
     343
    346344#define OPL3_PATCH_HASH_SIZE    32
    347345        struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
Note: See TracChangeset for help on using the changeset viewer.