Lines Matching refs:snd_soc_component_write
118 snd_soc_component_write(component, AIC32X4_DOUTCTL, val); in aic32x4_set_mfp2_gpio()
159 snd_soc_component_write(component, AIC32X4_MISOCTL, val); in aic32x4_set_mfp4_gpio()
199 snd_soc_component_write(component, AIC32X4_GPIOCTL, val); in aic32x4_set_mfp5_gpio()
705 snd_soc_component_write(component, AIC32X4_PLLJ, aic32x4_divs[i].pll_j); in aic32x4_hw_params()
708 snd_soc_component_write(component, AIC32X4_PLLDMSB, (aic32x4_divs[i].pll_d >> 8)); in aic32x4_hw_params()
709 snd_soc_component_write(component, AIC32X4_PLLDLSB, (aic32x4_divs[i].pll_d & 0xff)); in aic32x4_hw_params()
720 snd_soc_component_write(component, AIC32X4_DOSRMSB, aic32x4_divs[i].dosr >> 8); in aic32x4_hw_params()
721 snd_soc_component_write(component, AIC32X4_DOSRLSB, (aic32x4_divs[i].dosr & 0xff)); in aic32x4_hw_params()
732 snd_soc_component_write(component, AIC32X4_AOSR, aic32x4_divs[i].aosr); in aic32x4_hw_params()
894 snd_soc_component_write(component, AIC32X4_DINCTL, in aic32x4_setup_gpios()
902 snd_soc_component_write(component, AIC32X4_DOUTCTL, in aic32x4_setup_gpios()
910 snd_soc_component_write(component, AIC32X4_SCLKCTL, in aic32x4_setup_gpios()
918 snd_soc_component_write(component, AIC32X4_MISOCTL, in aic32x4_setup_gpios()
926 snd_soc_component_write(component, AIC32X4_GPIOCTL, in aic32x4_setup_gpios()
943 snd_soc_component_write(component, AIC32X4_RESET, 0x01); in aic32x4_component_probe()
950 snd_soc_component_write(component, AIC32X4_MICBIAS, AIC32X4_MICBIAS_LDOIN | in aic32x4_component_probe()
954 snd_soc_component_write(component, AIC32X4_PWRCFG, AIC32X4_AVDDWEAKDISABLE); in aic32x4_component_probe()
958 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg); in aic32x4_component_probe()
965 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg); in aic32x4_component_probe()
969 snd_soc_component_write(component, AIC32X4_LMICPGANIN, in aic32x4_component_probe()
972 snd_soc_component_write(component, AIC32X4_LMICPGANIN, in aic32x4_component_probe()
975 snd_soc_component_write(component, AIC32X4_RMICPGANIN, in aic32x4_component_probe()
978 snd_soc_component_write(component, AIC32X4_RMICPGANIN, in aic32x4_component_probe()
987 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg | in aic32x4_component_probe()
989 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg); in aic32x4_component_probe()