Searched refs:LDAC_VOL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/sound/soc/codecs/ |
| D | tlv320aic3x.h | 84 #define LDAC_VOL 43 macro
|
| D | tlv320aic3x.c | 330 LDAC_VOL, RDAC_VOL, 0, 0x7f, 1, dac_tlv), 1213 u8 ldac_reg = snd_soc_component_read32(component, LDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1217 snd_soc_component_write(component, LDAC_VOL, ldac_reg | MUTE_ON); in aic3x_mute() 1220 snd_soc_component_write(component, LDAC_VOL, ldac_reg); in aic3x_mute() 1519 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
|