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

TOMOYO Linux Cross Reference
Linux/sound/soc/codecs/tas6424.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/soc/codecs/tas6424.h (Version linux-6.11-rc3) and /sound/soc/codecs/tas6424.h (Version linux-4.11.12)


  1 // SPDX-License-Identifier: GPL-2.0                 1 
  2 /*                                                
  3  * ALSA SoC Texas Instruments TAS6424 Quad-Cha    
  4  *                                                
  5  * Copyright (C) 2016-2017 Texas Instruments I    
  6  *      Author: Andreas Dannenberg <dannenberg    
  7  *      Andrew F. Davis <afd@ti.com>              
  8  */                                               
  9                                                   
 10 #ifndef __TAS6424_H__                             
 11 #define __TAS6424_H__                             
 12                                                   
 13 #define TAS6424_RATES (SNDRV_PCM_RATE_44100 |     
 14                        SNDRV_PCM_RATE_48000 |     
 15                        SNDRV_PCM_RATE_96000)      
 16                                                   
 17 #define TAS6424_FORMATS (SNDRV_PCM_FMTBIT_S16_    
 18                          SNDRV_PCM_FMTBIT_S24_    
 19                                                   
 20 /* Register Address Map */                        
 21 #define TAS6424_MODE_CTRL               0x00      
 22 #define TAS6424_MISC_CTRL1              0x01      
 23 #define TAS6424_MISC_CTRL2              0x02      
 24 #define TAS6424_SAP_CTRL                0x03      
 25 #define TAS6424_CH_STATE_CTRL           0x04      
 26 #define TAS6424_CH1_VOL_CTRL            0x05      
 27 #define TAS6424_CH2_VOL_CTRL            0x06      
 28 #define TAS6424_CH3_VOL_CTRL            0x07      
 29 #define TAS6424_CH4_VOL_CTRL            0x08      
 30 #define TAS6424_DC_DIAG_CTRL1           0x09      
 31 #define TAS6424_DC_DIAG_CTRL2           0x0a      
 32 #define TAS6424_DC_DIAG_CTRL3           0x0b      
 33 #define TAS6424_DC_LOAD_DIAG_REP12      0x0c      
 34 #define TAS6424_DC_LOAD_DIAG_REP34      0x0d      
 35 #define TAS6424_DC_LOAD_DIAG_REPLO      0x0e      
 36 #define TAS6424_CHANNEL_STATE           0x0f      
 37 #define TAS6424_CHANNEL_FAULT           0x10      
 38 #define TAS6424_GLOB_FAULT1             0x11      
 39 #define TAS6424_GLOB_FAULT2             0x12      
 40 #define TAS6424_WARN                    0x13      
 41 #define TAS6424_PIN_CTRL                0x14      
 42 #define TAS6424_AC_DIAG_CTRL1           0x15      
 43 #define TAS6424_AC_DIAG_CTRL2           0x16      
 44 #define TAS6424_AC_LOAD_DIAG_REP1       0x17      
 45 #define TAS6424_AC_LOAD_DIAG_REP2       0x18      
 46 #define TAS6424_AC_LOAD_DIAG_REP3       0x19      
 47 #define TAS6424_AC_LOAD_DIAG_REP4       0x1a      
 48 #define TAS6424_MISC_CTRL3              0x21      
 49 #define TAS6424_CLIP_CTRL               0x22      
 50 #define TAS6424_CLIP_WINDOW             0x23      
 51 #define TAS6424_CLIP_WARN               0x24      
 52 #define TAS6424_CBC_STAT                0x25      
 53 #define TAS6424_MISC_CTRL4              0x26      
 54 #define TAS6424_MAX                     TAS642    
 55                                                   
 56 /* TAS6424_MODE_CTRL_REG */                       
 57 #define TAS6424_RESET                   BIT(7)    
 58                                                   
 59 /* TAS6424_SAP_CTRL_REG */                        
 60 #define TAS6424_SAP_RATE_MASK           GENMAS    
 61 #define TAS6424_SAP_RATE_44100          (0x00     
 62 #define TAS6424_SAP_RATE_48000          (0x01     
 63 #define TAS6424_SAP_RATE_96000          (0x02     
 64 #define TAS6424_SAP_TDM_SLOT_LAST       BIT(5)    
 65 #define TAS6424_SAP_TDM_SLOT_SZ_16      BIT(4)    
 66 #define TAS6424_SAP_TDM_SLOT_SWAP       BIT(3)    
 67 #define TAS6424_SAP_FMT_MASK            GENMAS    
 68 #define TAS6424_SAP_RIGHTJ_24           (0x00     
 69 #define TAS6424_SAP_RIGHTJ_20           (0x01     
 70 #define TAS6424_SAP_RIGHTJ_18           (0x02     
 71 #define TAS6424_SAP_RIGHTJ_16           (0x03     
 72 #define TAS6424_SAP_I2S                 (0x04     
 73 #define TAS6424_SAP_LEFTJ               (0x05     
 74 #define TAS6424_SAP_DSP                 (0x06     
 75                                                   
 76 /* TAS6424_CH_STATE_CTRL_REG */                   
 77 #define TAS6424_CH1_STATE_MASK          GENMAS    
 78 #define TAS6424_CH1_STATE_PLAY          (0x00     
 79 #define TAS6424_CH1_STATE_HIZ           (0x01     
 80 #define TAS6424_CH1_STATE_MUTE          (0x02     
 81 #define TAS6424_CH1_STATE_DIAG          (0x03     
 82 #define TAS6424_CH2_STATE_MASK          GENMAS    
 83 #define TAS6424_CH2_STATE_PLAY          (0x00     
 84 #define TAS6424_CH2_STATE_HIZ           (0x01     
 85 #define TAS6424_CH2_STATE_MUTE          (0x02     
 86 #define TAS6424_CH2_STATE_DIAG          (0x03     
 87 #define TAS6424_CH3_STATE_MASK          GENMAS    
 88 #define TAS6424_CH3_STATE_PLAY          (0x00     
 89 #define TAS6424_CH3_STATE_HIZ           (0x01     
 90 #define TAS6424_CH3_STATE_MUTE          (0x02     
 91 #define TAS6424_CH3_STATE_DIAG          (0x03     
 92 #define TAS6424_CH4_STATE_MASK          GENMAS    
 93 #define TAS6424_CH4_STATE_PLAY          (0x00     
 94 #define TAS6424_CH4_STATE_HIZ           (0x01     
 95 #define TAS6424_CH4_STATE_MUTE          (0x02     
 96 #define TAS6424_CH4_STATE_DIAG          (0x03     
 97 #define TAS6424_ALL_STATE_PLAY          (TAS64    
 98                                          TAS64    
 99                                          TAS64    
100                                          TAS64    
101 #define TAS6424_ALL_STATE_HIZ           (TAS64    
102                                          TAS64    
103                                          TAS64    
104                                          TAS64    
105 #define TAS6424_ALL_STATE_MUTE          (TAS64    
106                                          TAS64    
107                                          TAS64    
108                                          TAS64    
109 #define TAS6424_ALL_STATE_DIAG          (TAS64    
110                                          TAS64    
111                                          TAS64    
112                                          TAS64    
113                                                   
114 /* TAS6424_DC_DIAG_CTRL1 */                       
115 #define TAS6424_LDGBYPASS_SHIFT         0         
116 #define TAS6424_LDGBYPASS_MASK          BIT(TA    
117                                                   
118 /* TAS6424_GLOB_FAULT1_REG */                     
119 #define TAS6424_FAULT_OC_CH1            BIT(7)    
120 #define TAS6424_FAULT_OC_CH2            BIT(6)    
121 #define TAS6424_FAULT_OC_CH3            BIT(5)    
122 #define TAS6424_FAULT_OC_CH4            BIT(4)    
123 #define TAS6424_FAULT_DC_CH1            BIT(3)    
124 #define TAS6424_FAULT_DC_CH2            BIT(2)    
125 #define TAS6424_FAULT_DC_CH3            BIT(1)    
126 #define TAS6424_FAULT_DC_CH4            BIT(0)    
127                                                   
128 /* TAS6424_GLOB_FAULT1_REG */                     
129 #define TAS6424_FAULT_CLOCK             BIT(4)    
130 #define TAS6424_FAULT_PVDD_OV           BIT(3)    
131 #define TAS6424_FAULT_VBAT_OV           BIT(2)    
132 #define TAS6424_FAULT_PVDD_UV           BIT(1)    
133 #define TAS6424_FAULT_VBAT_UV           BIT(0)    
134                                                   
135 /* TAS6424_GLOB_FAULT2_REG */                     
136 #define TAS6424_FAULT_OTSD              BIT(4)    
137 #define TAS6424_FAULT_OTSD_CH1          BIT(3)    
138 #define TAS6424_FAULT_OTSD_CH2          BIT(2)    
139 #define TAS6424_FAULT_OTSD_CH3          BIT(1)    
140 #define TAS6424_FAULT_OTSD_CH4          BIT(0)    
141                                                   
142 /* TAS6424_WARN_REG */                            
143 #define TAS6424_WARN_VDD_UV             BIT(6)    
144 #define TAS6424_WARN_VDD_POR            BIT(5)    
145 #define TAS6424_WARN_VDD_OTW            BIT(4)    
146 #define TAS6424_WARN_VDD_OTW_CH1        BIT(3)    
147 #define TAS6424_WARN_VDD_OTW_CH2        BIT(2)    
148 #define TAS6424_WARN_VDD_OTW_CH3        BIT(1)    
149 #define TAS6424_WARN_VDD_OTW_CH4        BIT(0)    
150                                                   
151 /* TAS6424_MISC_CTRL3_REG */                      
152 #define TAS6424_CLEAR_FAULT             BIT(7)    
153 #define TAS6424_PBTL_CH_SEL             BIT(6)    
154 #define TAS6424_MASK_CBC_WARN           BIT(5)    
155 #define TAS6424_MASK_VDD_UV             BIT(4)    
156 #define TAS6424_OTSD_AUTO_RECOVERY      BIT(3)    
157                                                   
158 #endif /* __TAS6424_H__ */                        
159                                                   

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