Searched refs:RDAC_VOL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | tlv320aic3x.h | 85 #define RDAC_VOL 44 macro
|
D | tlv320aic3x.c | 313 LDAC_VOL, RDAC_VOL, 0, 0x7f, 1, dac_tlv), 1189 u8 rdac_reg = snd_soc_read(codec, RDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1193 snd_soc_write(codec, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute() 1196 snd_soc_write(codec, RDAC_VOL, rdac_reg); in aic3x_mute() 1477 snd_soc_write(codec, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
|