Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic3x.h95 #define RDAC_VOL 44 macro
H A Dtlv320aic3x.c324 LDAC_VOL, RDAC_VOL, 0, 0x7f, 1, dac_tlv),
1218 u8 rdac_reg = snd_soc_component_read(component, RDAC_VOL) & ~MUTE_ON; in aic3x_mute()
1222 snd_soc_component_write(component, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute()
1225 snd_soc_component_write(component, RDAC_VOL, rdac_reg); in aic3x_mute()
1534 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()