Searched refs:MUTE_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/sound/soc/codecs/ |
D | tlv320aic3x.c | 1222 u8 ldac_reg = snd_soc_component_read32(component, LDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1223 u8 rdac_reg = snd_soc_component_read32(component, RDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1226 snd_soc_component_write(component, LDAC_VOL, ldac_reg | MUTE_ON); in aic3x_mute() 1227 snd_soc_component_write(component, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute() 1538 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init() 1539 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
|
D | tlv320aic3x.h | 217 #define MUTE_ON 0x80 macro
|