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

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

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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.5) and /sound/usb/6fire/control.h (Version linux-5.15.164)


** Warning: Cannot open xref database.

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