Lines Matching refs:snd_soc_component_write
764 snd_soc_component_write(component, DA7210_DAI_SRC_SEL, in da7210_hw_params()
768 snd_soc_component_write(component, DA7210_DAI_CFG3, DA7210_DAI_OE | DA7210_DAI_EN); in da7210_hw_params()
789 snd_soc_component_write(component, DA7210_DAI_CFG1, dai_cfg1); in da7210_hw_params()
921 snd_soc_component_write(component, DA7210_DAI_CFG1, dai_cfg1); in da7210_set_dai_fmt()
922 snd_soc_component_write(component, DA7210_DAI_CFG3, dai_cfg3); in da7210_set_dai_fmt()
933 snd_soc_component_write(component, DA7210_DAC_HPF, mute_reg | 0x4); in da7210_mute()
935 snd_soc_component_write(component, DA7210_DAC_HPF, mute_reg); in da7210_mute()
1016 snd_soc_component_write(component, DA7210_PLL_DIV1, pll_div1); in da7210_set_dai_pll()
1017 snd_soc_component_write(component, DA7210_PLL_DIV2, pll_div2); in da7210_set_dai_pll()
1075 snd_soc_component_write(component, DA7210_CONTROL, DA7210_REG_EN | DA7210_BIAS_EN); in da7210_probe()
1082 snd_soc_component_write(component, DA7210_MIC_L, DA7210_MIC_L_EN | DA7210_MICBIAS_EN); in da7210_probe()
1083 snd_soc_component_write(component, DA7210_MIC_R, DA7210_MIC_R_EN); in da7210_probe()
1086 snd_soc_component_write(component, DA7210_INMIX_L, DA7210_IN_L_EN); in da7210_probe()
1087 snd_soc_component_write(component, DA7210_INMIX_R, DA7210_IN_R_EN); in da7210_probe()
1090 snd_soc_component_write(component, DA7210_ADC, DA7210_ADC_L_EN | DA7210_ADC_R_EN); in da7210_probe()
1097 snd_soc_component_write(component, DA7210_DAC_SEL, in da7210_probe()
1102 snd_soc_component_write(component, DA7210_OUTMIX_L, DA7210_OUT_L_EN); in da7210_probe()
1103 snd_soc_component_write(component, DA7210_OUTMIX_R, DA7210_OUT_R_EN); in da7210_probe()
1106 snd_soc_component_write(component, DA7210_HP_CFG, in da7210_probe()
1111 snd_soc_component_write(component, DA7210_SOFTMUTE, DA7210_RAMP_EN); in da7210_probe()
1139 snd_soc_component_write(component, DA7210_OUT1_L, DA7210_OUT1_L_EN); in da7210_probe()
1140 snd_soc_component_write(component, DA7210_OUT1_R, DA7210_OUT1_R_EN); in da7210_probe()
1141 snd_soc_component_write(component, DA7210_OUT2, DA7210_OUT2_EN | in da7210_probe()
1145 snd_soc_component_write(component, DA7210_AUX1_L, DA7210_AUX1_L_EN); in da7210_probe()
1146 snd_soc_component_write(component, DA7210_AUX1_R, DA7210_AUX1_R_EN); in da7210_probe()
1148 snd_soc_component_write(component, DA7210_AUX2, DA7210_AUX2_EN); in da7210_probe()
1151 snd_soc_component_write(component, DA7210_PLL_DIV3, DA7210_MCLK_RANGE_10_20_MHZ | in da7210_probe()
1155 snd_soc_component_write(component, DA7210_PLL, DA7210_PLL_FS_48000); in da7210_probe()
1158 snd_soc_component_write(component, DA7210_STARTUP1, DA7210_SC_MST_EN); in da7210_probe()