Searched refs:aic3x_read_reg_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320aic3x.c111 static inline unsigned int aic3x_read_reg_cache(struct snd_soc_codec *codec, function
787 aic3x_read_reg_cache(codec, AIC3X_ASD_INTF_CTRLB) & (~(0x3 << 4));
819 reg = aic3x_read_reg_cache(codec, AIC3X_PLL_PROGA_REG);
825 reg = aic3x_read_reg_cache(codec, AIC3X_PLL_PROGA_REG);
913 data = aic3x_read_reg_cache(codec, AIC3X_PLL_PROGA_REG);
927 u8 ldac_reg = aic3x_read_reg_cache(codec, LDAC_VOL) & ~MUTE_ON;
928 u8 rdac_reg = aic3x_read_reg_cache(codec, RDAC_VOL) & ~MUTE_ON;
959 iface_areg = aic3x_read_reg_cache(codec, AIC3X_ASD_INTF_CTRLA) & 0x3f;
960 iface_breg = aic3x_read_reg_cache(codec, AIC3X_ASD_INTF_CTRLB) & 0x3f;
1018 reg = aic3x_read_reg_cache(code
[all...]

Completed in 105 milliseconds