Home
last modified time | relevance | path

Searched refs:MUTE_ON (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
A Dtlv320aic3x.c1216 u8 ldac_reg = snd_soc_component_read(component, LDAC_VOL) & ~MUTE_ON; in aic3x_mute()
1217 u8 rdac_reg = snd_soc_component_read(component, RDAC_VOL) & ~MUTE_ON; in aic3x_mute()
1220 snd_soc_component_write(component, LDAC_VOL, ldac_reg | MUTE_ON); in aic3x_mute()
1221 snd_soc_component_write(component, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute()
1533 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
1534 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
A Dtlv320aic3x.h230 #define MUTE_ON 0x80 macro

Completed in 10 milliseconds