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

TOMOYO Linux Cross Reference
Linux/sound/usb/6fire/control.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/usb/6fire/control.h (Version linux-6.11-rc3) and /sound/usb/6fire/control.h (Version linux-6.8.12)


  1 /* SPDX-License-Identifier: GPL-2.0-or-later *      1 /* SPDX-License-Identifier: GPL-2.0-or-later */
  2 /*                                                  2 /*
  3  * Linux driver for TerraTec DMX 6Fire USB          3  * Linux driver for TerraTec DMX 6Fire USB
  4  *                                                  4  *
  5  * Author:      Torsten Schenk <torsten.schenk      5  * Author:      Torsten Schenk <torsten.schenk@zoho.com>
  6  * Created:     Jan 01, 2011                        6  * Created:     Jan 01, 2011
  7  * Copyright:   (C) Torsten Schenk                  7  * Copyright:   (C) Torsten Schenk
  8  */                                                 8  */
  9                                                     9 
 10 #ifndef USB6FIRE_CONTROL_H                         10 #ifndef USB6FIRE_CONTROL_H
 11 #define USB6FIRE_CONTROL_H                         11 #define USB6FIRE_CONTROL_H
 12                                                    12 
 13 #include "common.h"                                13 #include "common.h"
 14                                                    14 
 15 enum {                                             15 enum {
 16         CONTROL_MAX_ELEMENTS = 32                  16         CONTROL_MAX_ELEMENTS = 32
 17 };                                                 17 };
 18                                                    18 
 19 enum {                                             19 enum {
 20         CONTROL_RATE_44KHZ,                        20         CONTROL_RATE_44KHZ,
 21         CONTROL_RATE_48KHZ,                        21         CONTROL_RATE_48KHZ,
 22         CONTROL_RATE_88KHZ,                        22         CONTROL_RATE_88KHZ,
 23         CONTROL_RATE_96KHZ,                        23         CONTROL_RATE_96KHZ,
 24         CONTROL_RATE_176KHZ,                       24         CONTROL_RATE_176KHZ,
 25         CONTROL_RATE_192KHZ,                       25         CONTROL_RATE_192KHZ,
 26         CONTROL_N_RATES                            26         CONTROL_N_RATES
 27 };                                                 27 };
 28                                                    28 
 29 struct control_runtime {                           29 struct control_runtime {
 30         int (*update_streaming)(struct control     30         int (*update_streaming)(struct control_runtime *rt);
 31         int (*set_rate)(struct control_runtime     31         int (*set_rate)(struct control_runtime *rt, int rate);
 32         int (*set_channels)(struct control_run     32         int (*set_channels)(struct control_runtime *rt, int n_analog_out,
 33                 int n_analog_in, bool spdif_ou     33                 int n_analog_in, bool spdif_out, bool spdif_in);
 34                                                    34 
 35         struct sfire_chip *chip;                   35         struct sfire_chip *chip;
 36                                                    36 
 37         struct snd_kcontrol *element[CONTROL_M     37         struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];
 38         bool opt_coax_switch;                      38         bool opt_coax_switch;
 39         bool line_phono_switch;                    39         bool line_phono_switch;
 40         bool digital_thru_switch;                  40         bool digital_thru_switch;
 41         bool usb_streaming;                        41         bool usb_streaming;
 42         u8 output_vol[6];                          42         u8 output_vol[6];
 43         u8 ovol_updated;                           43         u8 ovol_updated;
 44         u8 output_mute;                            44         u8 output_mute;
 45         s8 input_vol[2];                           45         s8 input_vol[2];
 46         u8 ivol_updated;                           46         u8 ivol_updated;
 47 };                                                 47 };
 48                                                    48 
 49 int usb6fire_control_init(struct sfire_chip *c     49 int usb6fire_control_init(struct sfire_chip *chip);
 50 void usb6fire_control_abort(struct sfire_chip      50 void usb6fire_control_abort(struct sfire_chip *chip);
 51 void usb6fire_control_destroy(struct sfire_chi     51 void usb6fire_control_destroy(struct sfire_chip *chip);
 52 #endif /* USB6FIRE_CONTROL_H */                    52 #endif /* USB6FIRE_CONTROL_H */
 53                                                    53 
 54                                                    54 

~ [ 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