Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / drivers / sound / midi_ctrl.h
blob3353e5a67c248dfcd041a7413357cb4d6aeaaa35
1 static unsigned char ctrl_def_values[128] =
3 0x40,0x00,0x40,0x40,0x40,0x40,0x40,0x7f,/* 0 to 7 */
4 0x40,0x40,0x40,0x7f,0x40,0x40,0x40,0x40,/* 8 to 15 */
5 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,/* 16 to 23 */
6 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,/* 24 to 31 */
8 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 32 to 39 */
9 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 40 to 47 */
10 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 48 to 55 */
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 56 to 63 */
13 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 64 to 71 */
14 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 72 to 79 */
15 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 80 to 87 */
16 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 88 to 95 */
18 0x00,0x00,0x7f,0x7f,0x7f,0x7f,0x00,0x00,/* 96 to 103 */
19 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 104 to 111 */
20 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 112 to 119 */
21 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/* 120 to 127 */
close