Searched refs:TWL4030_REG_EAR_CTL (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| A D | twl4030.c | 59 u8 ctl_cache[TWL4030_REG_PRECKR_CTL - TWL4030_REG_EAR_CTL + 1]; 71 twl4030->ctl_cache[i - TWL4030_REG_EAR_CTL] = byte; in tw4030_init_ctl_cache() 84 case TWL4030_REG_EAR_CTL: in twl4030_read() 90 value = twl4030->ctl_cache[reg - TWL4030_REG_EAR_CTL]; in twl4030_read() 107 case TWL4030_REG_EAR_CTL: in twl4030_can_write_to_chip() 147 case TWL4030_REG_EAR_CTL: in twl4030_write() 153 twl4030->ctl_cache[reg - TWL4030_REG_EAR_CTL] = value; in twl4030_write() 350 SOC_DAPM_SINGLE("Voice", TWL4030_REG_EAR_CTL, 0, 1, 0), 351 SOC_DAPM_SINGLE("AudioL1", TWL4030_REG_EAR_CTL, 1, 1, 0), 352 SOC_DAPM_SINGLE("AudioL2", TWL4030_REG_EAR_CTL, 2, 1, 0), [all …]
|
| /linux/include/linux/mfd/ |
| A D | twl4030-audio.h | 46 #define TWL4030_REG_EAR_CTL 0x21 macro
|
Completed in 8 milliseconds