Linux Kernel
3.7.1
|
Go to the source code of this file.
Definition at line 178 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT (0xf<<4) /* mask - coding type */ |
Definition at line 179 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_AAC (6<<4) /* AAC */ |
Definition at line 186 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_AC3 (2<<4) /* AC-3 */ |
Definition at line 182 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_ATRAC (8<<4) /* ATRAC */ |
Definition at line 188 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_DOLBY_DIG_PLUS (10<<4) /* Dolby Digital + */ |
Definition at line 190 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_DST (13<<4) /* DST */ |
Definition at line 193 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_DTS (7<<4) /* DTS */ |
Definition at line 187 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_DTS_HD (11<<4) /* DTS-HD */ |
Definition at line 191 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_FROM_STREAM (0<<4) /* refer to stream */ |
Definition at line 180 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_IEC60958 (1<<4) /* IEC-60958 L-PCM */ |
Definition at line 181 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_MAT (12<<4) /* MAT (MLP) */ |
Definition at line 192 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_MP3 (4<<4) /* MPEG1 Layer 3 */ |
Definition at line 184 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_MPEG1 (3<<4) /* MPEG1 Layers 1 & 2 */ |
Definition at line 183 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_MPEG2_MULTICH (5<<4) /* MPEG2 Multichannel */ |
Definition at line 185 of file asoundef.h.
Definition at line 189 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB1CT_WMA_PRO (14<<4) /* WMA Pro */ |
Definition at line 194 of file asoundef.h.
Definition at line 195 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_176400 (6<<2) /* 176.4kHz */ |
Definition at line 202 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_192000 (7<<2) /* 192kHz */ |
Definition at line 203 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_32000 (1<<2) /* 32kHz */ |
Definition at line 197 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_44100 (2<<2) /* 44.1kHz */ |
Definition at line 198 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_48000 (3<<2) /* 48kHz */ |
Definition at line 199 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_88200 (4<<2) /* 88.2kHz */ |
Definition at line 200 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_96000 (5<<2) /* 96kHz */ |
Definition at line 201 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SF_FROM_STREAM (0<<2) /* refer to stream */ |
Definition at line 196 of file asoundef.h.
Definition at line 204 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SS_16BIT (1<<0) /* 16 bits */ |
Definition at line 206 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SS_20BIT (2<<0) /* 20 bits */ |
Definition at line 207 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SS_24BIT (3<<0) /* 24 bits */ |
Definition at line 208 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB2SS_FROM_STREAM (0<<0) /* refer to stream */ |
Definition at line 205 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB5_DM_INH (1<<7) /* mask - inhibit downmixing */ |
Definition at line 209 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB5_DM_INH_PERMITTED (0<<7) /* stereo downmix permitted */ |
Definition at line 210 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB5_DM_INH_PROHIBITED (1<<7) /* stereo downmis prohibited */ |
Definition at line 211 of file asoundef.h.
#define CEA861_AUDIO_INFOFRAME_DB5_LSV (0xf<<3) /* mask - level-shift values */ |
Definition at line 212 of file asoundef.h.
#define IEC958_AES0_CON_EMPHASIS (7<<3) /* mask - emphasis */ |
Definition at line 46 of file asoundef.h.
#define IEC958_AES0_CON_EMPHASIS_5015 (1<<3) /* 50/15us emphasis */ |
Definition at line 48 of file asoundef.h.
#define IEC958_AES0_CON_EMPHASIS_NONE (0<<3) /* none emphasis */ |
Definition at line 47 of file asoundef.h.
Definition at line 49 of file asoundef.h.
Definition at line 45 of file asoundef.h.
Definition at line 33 of file asoundef.h.
#define IEC958_AES0_PRO_EMPHASIS (7<<2) /* mask - emphasis */ |
Definition at line 34 of file asoundef.h.
#define IEC958_AES0_PRO_EMPHASIS_5015 (3<<2) /* 50/15us emphasis */ |
Definition at line 37 of file asoundef.h.
#define IEC958_AES0_PRO_EMPHASIS_CCITT (7<<2) /* CCITT J.17 emphasis */ |
Definition at line 38 of file asoundef.h.
#define IEC958_AES0_PRO_EMPHASIS_NONE (1<<2) /* none emphasis */ |
Definition at line 36 of file asoundef.h.
#define IEC958_AES0_PRO_EMPHASIS_NOTID (0<<2) /* emphasis not indicated */ |
Definition at line 35 of file asoundef.h.
#define IEC958_AES0_PRO_FREQ_UNLOCKED (1<<5) /* source sample frequency: 0 = locked, 1 = unlocked */ |
Definition at line 39 of file asoundef.h.
Definition at line 40 of file asoundef.h.
#define IEC958_AES0_PRO_FS_32000 (3<<6) /* 32kHz */ |
Definition at line 44 of file asoundef.h.
#define IEC958_AES0_PRO_FS_44100 (1<<6) /* 44.1kHz */ |
Definition at line 42 of file asoundef.h.
#define IEC958_AES0_PRO_FS_48000 (2<<6) /* 48kHz */ |
Definition at line 43 of file asoundef.h.
#define IEC958_AES0_PRO_FS_NOTID (0<<6) /* fs not indicated */ |
Definition at line 41 of file asoundef.h.
#define IEC958_AES0_PROFESSIONAL (1<<0) /* 0 = consumer, 1 = professional */ |
Definition at line 32 of file asoundef.h.
#define IEC958_AES1_CON_ADC (IEC958_AES1_CON_ADC_ID|0x00) |
Definition at line 102 of file asoundef.h.
#define IEC958_AES1_CON_ADC_COPYRIGHT (IEC958_AES1_CON_ADC_COPYRIGHT_ID|0x00) |
Definition at line 106 of file asoundef.h.
#define IEC958_AES1_CON_ADC_COPYRIGHT_ID 0x16 |
Definition at line 105 of file asoundef.h.
#define IEC958_AES1_CON_ADC_COPYRIGHT_MASK 0x1f |
Definition at line 104 of file asoundef.h.
#define IEC958_AES1_CON_ADC_COPYRIGHT_OTHER (IEC958_AES1_CON_ADC_COPYRIGHT_ID|0x60) |
Definition at line 107 of file asoundef.h.
#define IEC958_AES1_CON_ADC_ID 0x06 |
Definition at line 101 of file asoundef.h.
#define IEC958_AES1_CON_ADC_MASK 0x1f |
Definition at line 100 of file asoundef.h.
#define IEC958_AES1_CON_ADC_OTHER (IEC958_AES1_CON_ADC_ID|0x60) |
Definition at line 103 of file asoundef.h.
#define IEC958_AES1_CON_BROADCAST1_ID 0x04 |
Definition at line 86 of file asoundef.h.
#define IEC958_AES1_CON_BROADCAST1_MASK 0x07 |
Definition at line 85 of file asoundef.h.
#define IEC958_AES1_CON_BROADCAST1_OTHER (IEC958_AES1_CON_BROADCAST1_ID|0x78) |
Definition at line 92 of file asoundef.h.
#define IEC958_AES1_CON_BROADCAST2_ID 0x0e |
Definition at line 94 of file asoundef.h.
#define IEC958_AES1_CON_BROADCAST2_MASK 0x0f |
Definition at line 93 of file asoundef.h.
#define IEC958_AES1_CON_CATEGORY 0x7f |
Definition at line 61 of file asoundef.h.
#define IEC958_AES1_CON_DAB_EUROPE (IEC958_AES1_CON_BROADCAST1_ID|0x08) |
Definition at line 88 of file asoundef.h.
#define IEC958_AES1_CON_DAB_JAPAN (IEC958_AES1_CON_BROADCAST1_ID|0x00) |
Definition at line 87 of file asoundef.h.
#define IEC958_AES1_CON_DAB_USA (IEC958_AES1_CON_BROADCAST1_ID|0x60) |
Definition at line 89 of file asoundef.h.
#define IEC958_AES1_CON_DAT (IEC958_AES1_CON_MAGNETIC_ID|0x00) |
Definition at line 80 of file asoundef.h.
#define IEC958_AES1_CON_DCC (IEC958_AES1_CON_MAGNETIC_ID|0x40) |
Definition at line 82 of file asoundef.h.
#define IEC958_AES1_CON_DIGDIGCONV_ID 0x02 |
Definition at line 71 of file asoundef.h.
#define IEC958_AES1_CON_DIGDIGCONV_MASK 0x07 |
Definition at line 70 of file asoundef.h.
#define IEC958_AES1_CON_DIGDIGCONV_OTHER (IEC958_AES1_CON_DIGDIGCONV_ID|0x78) |
Definition at line 77 of file asoundef.h.
#define IEC958_AES1_CON_DSP (IEC958_AES1_CON_DIGDIGCONV_ID|0x28) |
Definition at line 76 of file asoundef.h.
#define IEC958_AES1_CON_DVD (IEC958_AES1_CON_LASEROPT_ID|0x18) |
Definition at line 68 of file asoundef.h.
#define IEC958_AES1_CON_EXPERIMENTAL 0x40 |
Definition at line 112 of file asoundef.h.
#define IEC958_AES1_CON_GENERAL 0x00 |
Definition at line 62 of file asoundef.h.
#define IEC958_AES1_CON_IEC62105 (IEC958_AES1_CON_BROADCAST1_ID|0x20) |
Definition at line 91 of file asoundef.h.
#define IEC958_AES1_CON_IEC908_CD (IEC958_AES1_CON_LASEROPT_ID|0x00) |
Definition at line 65 of file asoundef.h.
#define IEC958_AES1_CON_LASEROPT_ID 0x01 |
Definition at line 64 of file asoundef.h.
#define IEC958_AES1_CON_LASEROPT_MASK 0x07 |
Definition at line 63 of file asoundef.h.
#define IEC958_AES1_CON_LASTEROPT_OTHER (IEC958_AES1_CON_LASEROPT_ID|0x78) |
Definition at line 69 of file asoundef.h.
#define IEC958_AES1_CON_MAGNETIC_DISC (IEC958_AES1_CON_MAGNETIC_ID|0x18) |
Definition at line 83 of file asoundef.h.
#define IEC958_AES1_CON_MAGNETIC_ID 0x03 |
Definition at line 79 of file asoundef.h.
#define IEC958_AES1_CON_MAGNETIC_MASK 0x07 |
Definition at line 78 of file asoundef.h.
#define IEC958_AES1_CON_MAGNETIC_OTHER (IEC958_AES1_CON_MAGNETIC_ID|0x78) |
Definition at line 84 of file asoundef.h.
#define IEC958_AES1_CON_MICROPHONE (IEC958_AES1_CON_MUSICAL_ID|0x08) |
Definition at line 98 of file asoundef.h.
#define IEC958_AES1_CON_MINI_DISC (IEC958_AES1_CON_LASEROPT_ID|0x48) |
Definition at line 67 of file asoundef.h.
#define IEC958_AES1_CON_MIXER (IEC958_AES1_CON_DIGDIGCONV_ID|0x10) |
Definition at line 73 of file asoundef.h.
#define IEC958_AES1_CON_MUSICAL_ID 0x05 |
Definition at line 96 of file asoundef.h.
#define IEC958_AES1_CON_MUSICAL_MASK 0x07 |
Definition at line 95 of file asoundef.h.
#define IEC958_AES1_CON_MUSICAL_OTHER (IEC958_AES1_CON_MUSICAL_ID|0x78) |
Definition at line 99 of file asoundef.h.
#define IEC958_AES1_CON_NON_IEC908_CD (IEC958_AES1_CON_LASEROPT_ID|0x08) |
Definition at line 66 of file asoundef.h.
Definition at line 113 of file asoundef.h.
#define IEC958_AES1_CON_PCM_CODER (IEC958_AES1_CON_DIGDIGCONV_ID|0x00) |
Definition at line 72 of file asoundef.h.
#define IEC958_AES1_CON_RATE_CONVERTER (IEC958_AES1_CON_DIGDIGCONV_ID|0x18) |
Definition at line 74 of file asoundef.h.
#define IEC958_AES1_CON_SAMPLER (IEC958_AES1_CON_DIGDIGCONV_ID|0x20) |
Definition at line 75 of file asoundef.h.
#define IEC958_AES1_CON_SOFTWARE (IEC958_AES1_CON_BROADCAST1_ID|0x40) |
Definition at line 90 of file asoundef.h.
#define IEC958_AES1_CON_SOLIDMEM_DIGITAL_RECORDER_PLAYER (IEC958_AES1_CON_SOLIDMEM_ID|0x00) |
Definition at line 110 of file asoundef.h.
#define IEC958_AES1_CON_SOLIDMEM_ID 0x08 |
Definition at line 109 of file asoundef.h.
#define IEC958_AES1_CON_SOLIDMEM_MASK 0x0f |
Definition at line 108 of file asoundef.h.
#define IEC958_AES1_CON_SOLIDMEM_OTHER (IEC958_AES1_CON_SOLIDMEM_ID|0x70) |
Definition at line 111 of file asoundef.h.
#define IEC958_AES1_CON_SYNTHESIZER (IEC958_AES1_CON_MUSICAL_ID|0x00) |
Definition at line 97 of file asoundef.h.
#define IEC958_AES1_CON_VCR (IEC958_AES1_CON_MAGNETIC_ID|0x08) |
Definition at line 81 of file asoundef.h.
Definition at line 50 of file asoundef.h.
Definition at line 56 of file asoundef.h.
#define IEC958_AES1_PRO_MODE_NOTID (0<<0) /* not indicated */ |
Definition at line 51 of file asoundef.h.
#define IEC958_AES1_PRO_MODE_PRIMARY (12<<0) /* primary/secondary */ |
Definition at line 55 of file asoundef.h.
#define IEC958_AES1_PRO_MODE_SINGLE (4<<0) /* single channel */ |
Definition at line 53 of file asoundef.h.
Definition at line 52 of file asoundef.h.
#define IEC958_AES1_PRO_MODE_TWO (8<<0) /* two channels */ |
Definition at line 54 of file asoundef.h.
Definition at line 57 of file asoundef.h.
#define IEC958_AES1_PRO_USERBITS_192 (8<<4) /* 192-bit structure */ |
Definition at line 59 of file asoundef.h.
#define IEC958_AES1_PRO_USERBITS_NOTID (0<<4) /* not indicated */ |
Definition at line 58 of file asoundef.h.
#define IEC958_AES1_PRO_USERBITS_UDEF (12<<4) /* user defined application */ |
Definition at line 60 of file asoundef.h.
Definition at line 126 of file asoundef.h.
#define IEC958_AES2_CON_CHANNEL_UNSPEC (0<<4) /* unspecified */ |
Definition at line 127 of file asoundef.h.
Definition at line 124 of file asoundef.h.
#define IEC958_AES2_CON_SOURCE_UNSPEC (0<<0) /* unspecified */ |
Definition at line 125 of file asoundef.h.
Definition at line 114 of file asoundef.h.
#define IEC958_AES2_PRO_SBITS_20 (2<<0) /* 20-bit - coordination */ |
Definition at line 115 of file asoundef.h.
Definition at line 116 of file asoundef.h.
#define IEC958_AES2_PRO_SBITS_UDEF (6<<0) /* user defined application */ |
Definition at line 117 of file asoundef.h.
Definition at line 118 of file asoundef.h.
Definition at line 123 of file asoundef.h.
Definition at line 120 of file asoundef.h.
Definition at line 121 of file asoundef.h.
Definition at line 122 of file asoundef.h.
#define IEC958_AES2_PRO_WORDLEN_NOTID (0<<3) /* not indicated */ |
Definition at line 119 of file asoundef.h.
Definition at line 140 of file asoundef.h.
#define IEC958_AES3_CON_CLOCK_1000PPM (0<<4) /* 1000 ppm */ |
Definition at line 141 of file asoundef.h.
#define IEC958_AES3_CON_CLOCK_50PPM (1<<4) /* 50 ppm */ |
Definition at line 142 of file asoundef.h.
#define IEC958_AES3_CON_CLOCK_VARIABLE (2<<4) /* variable pitch */ |
Definition at line 143 of file asoundef.h.
Definition at line 128 of file asoundef.h.
#define IEC958_AES3_CON_FS_176400 (12<<0) /* 176.4kHz */ |
Definition at line 138 of file asoundef.h.
#define IEC958_AES3_CON_FS_192000 (14<<0) /* 192kHz */ |
Definition at line 139 of file asoundef.h.
#define IEC958_AES3_CON_FS_22050 (4<<0) /* 22.05kHz */ |
Definition at line 133 of file asoundef.h.
#define IEC958_AES3_CON_FS_24000 (6<<0) /* 24kHz */ |
Definition at line 134 of file asoundef.h.
#define IEC958_AES3_CON_FS_32000 (3<<0) /* 32kHz */ |
Definition at line 132 of file asoundef.h.
#define IEC958_AES3_CON_FS_44100 (0<<0) /* 44.1kHz */ |
Definition at line 129 of file asoundef.h.
#define IEC958_AES3_CON_FS_48000 (2<<0) /* 48kHz */ |
Definition at line 131 of file asoundef.h.
#define IEC958_AES3_CON_FS_768000 (9<<0) /* 768kHz */ |
Definition at line 136 of file asoundef.h.
#define IEC958_AES3_CON_FS_88200 (8<<0) /* 88.2kHz */ |
Definition at line 135 of file asoundef.h.
#define IEC958_AES3_CON_FS_96000 (10<<0) /* 96kHz */ |
Definition at line 137 of file asoundef.h.
#define IEC958_AES3_CON_FS_NOTID (1<<0) /* non indicated */ |
Definition at line 130 of file asoundef.h.
Definition at line 144 of file asoundef.h.
Definition at line 152 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_11025 (10<<4) /* 11.025kHz */ |
Definition at line 162 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_12000 (2<<4) /* 12kHz */ |
Definition at line 155 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_16000 (8<<4) /* 16kHz */ |
Definition at line 160 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_176400 (3<<4) /* 176.4kHz */ |
Definition at line 156 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_192000 (1<<4) /* 192kHz */ |
Definition at line 154 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_22050 (11<<4) /* 22.05kHz */ |
Definition at line 163 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_24000 (9<<4) /* 24kHz */ |
Definition at line 161 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_32000 (12<<4) /* 32kHz */ |
Definition at line 164 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_44100 (15<<4) /* 44.1kHz */ |
Definition at line 166 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_48000 (13<<4) /* 48kHz */ |
Definition at line 165 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_8000 (6<<4) /* 8kHz */ |
Definition at line 158 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_88200 (7<<4) /* 88.2kHz */ |
Definition at line 159 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_96000 (5<<4) /* 96kHz */ |
Definition at line 157 of file asoundef.h.
#define IEC958_AES4_CON_ORIGFS_NOTID (0<<4) /* not indicated */ |
Definition at line 153 of file asoundef.h.
Definition at line 145 of file asoundef.h.
Definition at line 147 of file asoundef.h.
Definition at line 151 of file asoundef.h.
Definition at line 148 of file asoundef.h.
Definition at line 149 of file asoundef.h.
Definition at line 150 of file asoundef.h.
#define IEC958_AES4_CON_WORDLEN_NOTID (0<<1) /* not indicated */ |
Definition at line 146 of file asoundef.h.
Definition at line 167 of file asoundef.h.
#define IEC958_AES5_CON_CGMSA_COPYFREELY (0<<0) /* copying is permitted without restriction */ |
Definition at line 168 of file asoundef.h.
Definition at line 171 of file asoundef.h.
#define IEC958_AES5_CON_CGMSA_COPYNOMORE (2<<0) /* condition not be used */ |
Definition at line 170 of file asoundef.h.
#define IEC958_AES5_CON_CGMSA_COPYONCE (1<<0) /* one generation of copies may be made */ |
Definition at line 169 of file asoundef.h.
#define MIDI_CHANNELS 16 |
Definition at line 220 of file asoundef.h.
#define MIDI_CMD_BENDER 0xe0 |
Definition at line 233 of file asoundef.h.
#define MIDI_CMD_CHANNEL_PRESSURE 0xd0 |
Definition at line 232 of file asoundef.h.
#define MIDI_CMD_COMMON_CLOCK 0xf8 |
Definition at line 241 of file asoundef.h.
#define MIDI_CMD_COMMON_CONTINUE 0xfb |
Definition at line 243 of file asoundef.h.
#define MIDI_CMD_COMMON_MTC_QUARTER 0xf1 |
Definition at line 236 of file asoundef.h.
#define MIDI_CMD_COMMON_RESET 0xff |
Definition at line 246 of file asoundef.h.
#define MIDI_CMD_COMMON_SENSING 0xfe |
Definition at line 245 of file asoundef.h.
#define MIDI_CMD_COMMON_SONG_POS 0xf2 |
Definition at line 237 of file asoundef.h.
#define MIDI_CMD_COMMON_SONG_SELECT 0xf3 |
Definition at line 238 of file asoundef.h.
#define MIDI_CMD_COMMON_START 0xfa |
Definition at line 242 of file asoundef.h.
#define MIDI_CMD_COMMON_STOP 0xfc |
Definition at line 244 of file asoundef.h.
#define MIDI_CMD_COMMON_SYSEX 0xf0 |
Definition at line 235 of file asoundef.h.
#define MIDI_CMD_COMMON_SYSEX_END 0xf7 |
Definition at line 240 of file asoundef.h.
#define MIDI_CMD_COMMON_TUNE_REQUEST 0xf6 |
Definition at line 239 of file asoundef.h.
#define MIDI_CMD_CONTROL 0xb0 |
Definition at line 230 of file asoundef.h.
#define MIDI_CMD_NOTE_OFF 0x80 |
Definition at line 227 of file asoundef.h.
#define MIDI_CMD_NOTE_ON 0x90 |
Definition at line 228 of file asoundef.h.
#define MIDI_CMD_NOTE_PRESSURE 0xa0 |
Definition at line 229 of file asoundef.h.
#define MIDI_CMD_PGM_CHANGE 0xc0 |
Definition at line 231 of file asoundef.h.
#define MIDI_CTL_ALL_NOTES_OFF 0x7b |
Definition at line 319 of file asoundef.h.
#define MIDI_CTL_ALL_SOUNDS_OFF 0x78 |
Definition at line 316 of file asoundef.h.
#define MIDI_CTL_DATA_DECREMENT 0x61 |
Definition at line 311 of file asoundef.h.
#define MIDI_CTL_DATA_INCREMENT 0x60 |
Definition at line 310 of file asoundef.h.
#define MIDI_CTL_E1_REVERB_DEPTH 0x5b |
Definition at line 305 of file asoundef.h.
#define MIDI_CTL_E2_TREMOLO_DEPTH 0x5c |
Definition at line 306 of file asoundef.h.
#define MIDI_CTL_E3_CHORUS_DEPTH 0x5d |
Definition at line 307 of file asoundef.h.
#define MIDI_CTL_E4_DETUNE_DEPTH 0x5e |
Definition at line 308 of file asoundef.h.
#define MIDI_CTL_E5_PHASER_DEPTH 0x5f |
Definition at line 309 of file asoundef.h.
#define MIDI_CTL_GENERAL_PURPOSE5 0x50 |
Definition at line 300 of file asoundef.h.
#define MIDI_CTL_GENERAL_PURPOSE6 0x51 |
Definition at line 301 of file asoundef.h.
#define MIDI_CTL_GENERAL_PURPOSE7 0x52 |
Definition at line 302 of file asoundef.h.
#define MIDI_CTL_GENERAL_PURPOSE8 0x53 |
Definition at line 303 of file asoundef.h.
#define MIDI_CTL_HOLD2 0x45 |
Definition at line 289 of file asoundef.h.
#define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 |
Definition at line 288 of file asoundef.h.
#define MIDI_CTL_LOCAL_CONTROL_SWITCH 0x7a |
Definition at line 318 of file asoundef.h.
#define MIDI_CTL_LSB_BALANCE 0x28 |
Definition at line 275 of file asoundef.h.
#define MIDI_CTL_LSB_BANK 0x20 |
Definition at line 268 of file asoundef.h.
#define MIDI_CTL_LSB_BREATH 0x22 |
Definition at line 270 of file asoundef.h.
#define MIDI_CTL_LSB_DATA_ENTRY 0x26 |
Definition at line 273 of file asoundef.h.
#define MIDI_CTL_LSB_EFFECT1 0x2c |
Definition at line 278 of file asoundef.h.
#define MIDI_CTL_LSB_EFFECT2 0x2d |
Definition at line 279 of file asoundef.h.
#define MIDI_CTL_LSB_EXPRESSION 0x2b |
Definition at line 277 of file asoundef.h.
#define MIDI_CTL_LSB_FOOT 0x24 |
Definition at line 271 of file asoundef.h.
#define MIDI_CTL_LSB_GENERAL_PURPOSE1 0x30 |
Definition at line 280 of file asoundef.h.
#define MIDI_CTL_LSB_GENERAL_PURPOSE2 0x31 |
Definition at line 281 of file asoundef.h.
#define MIDI_CTL_LSB_GENERAL_PURPOSE3 0x32 |
Definition at line 282 of file asoundef.h.
#define MIDI_CTL_LSB_GENERAL_PURPOSE4 0x33 |
Definition at line 283 of file asoundef.h.
#define MIDI_CTL_LSB_MAIN_VOLUME 0x27 |
Definition at line 274 of file asoundef.h.
#define MIDI_CTL_LSB_MODWHEEL 0x21 |
Definition at line 269 of file asoundef.h.
#define MIDI_CTL_LSB_PAN 0x2a |
Definition at line 276 of file asoundef.h.
#define MIDI_CTL_LSB_PORTAMENTO_TIME 0x25 |
Definition at line 272 of file asoundef.h.
#define MIDI_CTL_MONO1 0x7e |
Definition at line 322 of file asoundef.h.
#define MIDI_CTL_MONO2 0x7f |
Definition at line 323 of file asoundef.h.
#define MIDI_CTL_MSB_BALANCE 0x08 |
Definition at line 259 of file asoundef.h.
#define MIDI_CTL_MSB_BANK 0x00 |
Definition at line 252 of file asoundef.h.
#define MIDI_CTL_MSB_BREATH 0x02 |
Definition at line 254 of file asoundef.h.
#define MIDI_CTL_MSB_DATA_ENTRY 0x06 |
Definition at line 257 of file asoundef.h.
#define MIDI_CTL_MSB_EFFECT1 0x0c |
Definition at line 262 of file asoundef.h.
#define MIDI_CTL_MSB_EFFECT2 0x0d |
Definition at line 263 of file asoundef.h.
#define MIDI_CTL_MSB_EXPRESSION 0x0b |
Definition at line 261 of file asoundef.h.
#define MIDI_CTL_MSB_FOOT 0x04 |
Definition at line 255 of file asoundef.h.
#define MIDI_CTL_MSB_GENERAL_PURPOSE1 0x10 |
Definition at line 264 of file asoundef.h.
#define MIDI_CTL_MSB_GENERAL_PURPOSE2 0x11 |
Definition at line 265 of file asoundef.h.
#define MIDI_CTL_MSB_GENERAL_PURPOSE3 0x12 |
Definition at line 266 of file asoundef.h.
#define MIDI_CTL_MSB_GENERAL_PURPOSE4 0x13 |
Definition at line 267 of file asoundef.h.
#define MIDI_CTL_MSB_MAIN_VOLUME 0x07 |
Definition at line 258 of file asoundef.h.
#define MIDI_CTL_MSB_MODWHEEL 0x01 |
Definition at line 253 of file asoundef.h.
#define MIDI_CTL_MSB_PAN 0x0a |
Definition at line 260 of file asoundef.h.
#define MIDI_CTL_MSB_PORTAMENTO_TIME 0x05 |
Definition at line 256 of file asoundef.h.
#define MIDI_CTL_NONREG_PARM_NUM_LSB 0x62 |
Definition at line 312 of file asoundef.h.
#define MIDI_CTL_NONREG_PARM_NUM_MSB 0x63 |
Definition at line 313 of file asoundef.h.
#define MIDI_CTL_OMNI_OFF 0x7c |
Definition at line 320 of file asoundef.h.
#define MIDI_CTL_OMNI_ON 0x7d |
Definition at line 321 of file asoundef.h.
#define MIDI_CTL_PORTAMENTO 0x41 |
Definition at line 285 of file asoundef.h.
#define MIDI_CTL_PORTAMENTO_CONTROL 0x54 |
Definition at line 304 of file asoundef.h.
#define MIDI_CTL_REGIST_PARM_NUM_LSB 0x64 |
Definition at line 314 of file asoundef.h.
#define MIDI_CTL_REGIST_PARM_NUM_MSB 0x65 |
Definition at line 315 of file asoundef.h.
#define MIDI_CTL_RESET_CONTROLLERS 0x79 |
Definition at line 317 of file asoundef.h.
#define MIDI_CTL_SC10 0x4f |
Definition at line 299 of file asoundef.h.
#define MIDI_CTL_SC1_SOUND_VARIATION 0x46 |
Definition at line 290 of file asoundef.h.
#define MIDI_CTL_SC2_TIMBRE 0x47 |
Definition at line 291 of file asoundef.h.
#define MIDI_CTL_SC3_RELEASE_TIME 0x48 |
Definition at line 292 of file asoundef.h.
#define MIDI_CTL_SC4_ATTACK_TIME 0x49 |
Definition at line 293 of file asoundef.h.
#define MIDI_CTL_SC5_BRIGHTNESS 0x4a |
Definition at line 294 of file asoundef.h.
#define MIDI_CTL_SC6 0x4b |
Definition at line 295 of file asoundef.h.
#define MIDI_CTL_SC7 0x4c |
Definition at line 296 of file asoundef.h.
#define MIDI_CTL_SC8 0x4d |
Definition at line 297 of file asoundef.h.
#define MIDI_CTL_SC9 0x4e |
Definition at line 298 of file asoundef.h.
#define MIDI_CTL_SOFT_PEDAL 0x43 |
Definition at line 287 of file asoundef.h.
#define MIDI_CTL_SOSTENUTO 0x42 |
Definition at line 286 of file asoundef.h.
#define MIDI_CTL_SUSTAIN 0x40 |
Definition at line 284 of file asoundef.h.
#define MIDI_GM_DRUM_CHANNEL (10-1) |
Definition at line 221 of file asoundef.h.