iface_breg       1257 sound/soc/codecs/tlv320aic3x.c 	u8 iface_areg, iface_breg;
iface_breg       1260 sound/soc/codecs/tlv320aic3x.c 	iface_breg = snd_soc_component_read32(component, AIC3X_ASD_INTF_CTRLB) & 0x3f;
iface_breg       1296 sound/soc/codecs/tlv320aic3x.c 		iface_breg |= (0x01 << 6);
iface_breg       1299 sound/soc/codecs/tlv320aic3x.c 		iface_breg |= (0x02 << 6);
iface_breg       1302 sound/soc/codecs/tlv320aic3x.c 		iface_breg |= (0x03 << 6);
iface_breg       1312 sound/soc/codecs/tlv320aic3x.c 	snd_soc_component_write(component, AIC3X_ASD_INTF_CTRLB, iface_breg);