Searched refs:MUTE_ON (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | tlv320aic3x.c | 1198 u8 ldac_reg = snd_soc_read(codec, LDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1199 u8 rdac_reg = snd_soc_read(codec, RDAC_VOL) & ~MUTE_ON; in aic3x_mute() 1202 snd_soc_write(codec, LDAC_VOL, ldac_reg | MUTE_ON); in aic3x_mute() 1203 snd_soc_write(codec, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute() 1498 snd_soc_write(codec, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init() 1499 snd_soc_write(codec, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
|
| D | tlv320aic3x.h | 220 #define MUTE_ON 0x80 macro
|