~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/usb/usx2y/usbus428ctldefs.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/usb/usx2y/usbus428ctldefs.h (Version linux-6.12-rc7) and /sound/usb/usx2y/usbus428ctldefs.h (Version linux-5.8.18)


  1 /* SPDX-License-Identifier: GPL-2.0-or-later *      1 /* SPDX-License-Identifier: GPL-2.0-or-later */
  2 /*                                                  2 /*
  3  *                                                  3  *
  4  * Copyright (c) 2003 by Karsten Wiese <annabe      4  * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
  5  */                                                 5  */
  6                                                     6 
  7 enum E_IN84 {                                  !!   7 enum E_In84{
  8         E_FADER_0 = 0,                         !!   8         eFader0 = 0,
  9         E_FADER_1,                             !!   9         eFader1,
 10         E_FADER_2,                             !!  10         eFader2,
 11         E_FADER_3,                             !!  11         eFader3,
 12         E_FADER_4,                             !!  12         eFader4,
 13         E_FADER_5,                             !!  13         eFader5,
 14         E_FADER_6,                             !!  14         eFader6,
 15         E_FADER_7,                             !!  15         eFader7,
 16         E_FADER_M,                             !!  16         eFaderM,
 17         E_TRANSPORT,                           !!  17         eTransport,
 18         E_MODIFIER = 10,                       !!  18         eModifier = 10,
 19         E_FILTER_SELECT,                       !!  19         eFilterSelect,
 20         E_SELECT,                              !!  20         eSelect,
 21         E_MUTE,                                !!  21         eMute,
 22                                                !!  22 
 23         E_SWITCH   = 15,                       !!  23         eSwitch   = 15,
 24         E_WHEEL_GAIN,                          !!  24         eWheelGain,
 25         E_WHEEL_FREQ,                          !!  25         eWheelFreq,
 26         E_WHEEL_Q,                             !!  26         eWheelQ,
 27         E_WHEEL_PAN,                           !!  27         eWheelPan,
 28         E_WHEEL    = 20                        !!  28         eWheel    = 20
 29 };                                                 29 };
 30                                                    30 
 31 #define T_RECORD   1                               31 #define T_RECORD   1
 32 #define T_PLAY     2                               32 #define T_PLAY     2
 33 #define T_STOP     4                               33 #define T_STOP     4
 34 #define T_F_FWD    8                               34 #define T_F_FWD    8
 35 #define T_REW   0x10                               35 #define T_REW   0x10
 36 #define T_SOLO  0x20                               36 #define T_SOLO  0x20
 37 #define T_REC   0x40                               37 #define T_REC   0x40
 38 #define T_NULL  0x80                               38 #define T_NULL  0x80
 39                                                    39 
 40                                                    40 
 41 struct us428_ctls {                                41 struct us428_ctls {
 42         unsigned char   fader[9];              !!  42         unsigned char   Fader[9];
 43         unsigned char   transport;             !!  43         unsigned char   Transport;
 44         unsigned char   modifier;              !!  44         unsigned char   Modifier;
 45         unsigned char   filters_elect;         !!  45         unsigned char   FilterSelect;
 46         unsigned char   select;                !!  46         unsigned char   Select;
 47         unsigned char   mute;                  !!  47         unsigned char   Mute;
 48         unsigned char   unknown;               !!  48         unsigned char   UNKNOWN;
 49         unsigned char   wswitch;               !!  49         unsigned char   Switch;      
 50         unsigned char   wheel[5];              !!  50         unsigned char   Wheel[5];
 51 };                                                 51 };
 52                                                    52 
 53 struct us428_set_byte {                        !!  53 struct us428_setByte {
 54         unsigned char offset,                  !!  54         unsigned char Offset,
 55                 value;                         !!  55                 Value;
 56 };                                                 56 };
 57                                                    57 
 58 enum {                                             58 enum {
 59         ELT_VOLUME = 0,                        !!  59         eLT_Volume = 0,
 60         ELT_LIGHT                              !!  60         eLT_Light
 61 };                                                 61 };
 62                                                    62 
 63 struct usx2y_volume {                          !!  63 struct usX2Y_volume {
 64         unsigned char channel,                 !!  64         unsigned char Channel,
 65                 lh,                            !!  65                 LH,
 66                 ll,                            !!  66                 LL,
 67                 rh,                            !!  67                 RH,
 68                 rl;                            !!  68                 RL;
 69 };                                                 69 };
 70                                                    70 
 71 struct us428_lights {                              71 struct us428_lights {
 72         struct us428_set_byte light[7];        !!  72         struct us428_setByte Light[7];
 73 };                                                 73 };
 74                                                    74 
 75 struct us428_p4out {                               75 struct us428_p4out {
 76         char type;                                 76         char type;
 77         union {                                    77         union {
 78                 struct usx2y_volume vol;       !!  78                 struct usX2Y_volume vol;
 79                 struct us428_lights lights;        79                 struct us428_lights lights;
 80         } val;                                     80         } val;
 81 };                                                 81 };
 82                                                    82 
 83 #define N_US428_CTL_BUFS 16                    !!  83 #define N_us428_ctl_BUFS 16
 84 #define N_US428_P4OUT_BUFS 16                  !!  84 #define N_us428_p4out_BUFS 16
 85 struct us428ctls_sharedmem {                   !!  85 struct us428ctls_sharedmem{
 86         struct us428_ctls       ctl_snapshot[N !!  86         struct us428_ctls       CtlSnapShot[N_us428_ctl_BUFS];
 87         int                     ctl_snapshot_d !!  87         int                     CtlSnapShotDiffersAt[N_us428_ctl_BUFS];
 88         int                     ctl_snapshot_l !!  88         int                     CtlSnapShotLast, CtlSnapShotRed;
 89         struct us428_p4out      p4out[N_US428_ !!  89         struct us428_p4out      p4out[N_us428_p4out_BUFS];
 90         int                     p4out_last, p4 !!  90         int                     p4outLast, p4outSent;
 91 };                                                 91 };
 92                                                << 
 93 #define US428_SHAREDMEM_PAGES   PAGE_ALIGN(siz << 
 94                                                    92 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php