Lines Matching refs:snd_soc_component_write
1068 snd_soc_component_write(component, AIC3X_ASD_INTF_CTRLB, data); in aic3x_hw_params()
1083 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()
1084 snd_soc_component_write(component, AIC3X_GPIOB_REG, CODEC_CLKIN_CLKDIV); in aic3x_hw_params()
1089 snd_soc_component_write(component, AIC3X_GPIOB_REG, CODEC_CLKIN_PLLDIV); in aic3x_hw_params()
1101 snd_soc_component_write(component, AIC3X_CODEC_DATAPATH_REG, data); in aic3x_hw_params()
1110 snd_soc_component_write(component, AIC3X_SAMPLE_RATE_SEL_REG, data); in aic3x_hw_params()
1180 snd_soc_component_write(component, AIC3X_OVRF_STATUS_AND_PLLR_REG, in aic3x_hw_params()
1182 snd_soc_component_write(component, AIC3X_PLL_PROGB_REG, pll_j << PLLJ_SHIFT); in aic3x_hw_params()
1183 snd_soc_component_write(component, AIC3X_PLL_PROGC_REG, in aic3x_hw_params()
1185 snd_soc_component_write(component, AIC3X_PLL_PROGD_REG, in aic3x_hw_params()
1209 snd_soc_component_write(component, AIC3X_ASD_INTF_CTRLC, delay); in aic3x_prepare()
1221 snd_soc_component_write(component, LDAC_VOL, ldac_reg | MUTE_ON); in aic3x_mute()
1222 snd_soc_component_write(component, RDAC_VOL, rdac_reg | MUTE_ON); in aic3x_mute()
1224 snd_soc_component_write(component, LDAC_VOL, ldac_reg); in aic3x_mute()
1225 snd_soc_component_write(component, RDAC_VOL, rdac_reg); in aic3x_mute()
1305 snd_soc_component_write(component, AIC3X_ASD_INTF_CTRLA, iface_areg); in aic3x_set_dai_fmt()
1306 snd_soc_component_write(component, AIC3X_ASD_INTF_CTRLB, iface_breg); in aic3x_set_dai_fmt()
1408 snd_soc_component_write(component, AIC3X_PLL_PROGC_REG, pll_c); in aic3x_set_power()
1409 snd_soc_component_write(component, AIC3X_PLL_PROGD_REG, pll_d); in aic3x_set_power()
1423 snd_soc_component_write(component, AIC3X_RESET, SOFT_RESET); in aic3x_set_power()
1506 snd_soc_component_write(component, DACL1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_mono_init()
1507 snd_soc_component_write(component, DACR1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_mono_init()
1513 snd_soc_component_write(component, PGAL_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1514 snd_soc_component_write(component, PGAR_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1517 snd_soc_component_write(component, LINE2L_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1518 snd_soc_component_write(component, LINE2R_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1529 snd_soc_component_write(component, AIC3X_PAGE_SELECT, PAGE0_SELECT); in aic3x_init()
1530 snd_soc_component_write(component, AIC3X_RESET, SOFT_RESET); in aic3x_init()
1533 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
1534 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
1537 snd_soc_component_write(component, DACL1_2_HPLOUT_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1538 snd_soc_component_write(component, DACR1_2_HPROUT_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1539 snd_soc_component_write(component, DACL1_2_HPLCOM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1540 snd_soc_component_write(component, DACR1_2_HPRCOM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1542 snd_soc_component_write(component, DACL1_2_LLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1543 snd_soc_component_write(component, DACR1_2_RLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init()
1554 snd_soc_component_write(component, LADC_VOL, DEFAULT_GAIN); in aic3x_init()
1555 snd_soc_component_write(component, RADC_VOL, DEFAULT_GAIN); in aic3x_init()
1557 snd_soc_component_write(component, LINE1L_2_LADC_CTRL, 0x0); in aic3x_init()
1558 snd_soc_component_write(component, LINE1R_2_RADC_CTRL, 0x0); in aic3x_init()
1561 snd_soc_component_write(component, PGAL_2_HPLOUT_VOL, DEFAULT_VOL); in aic3x_init()
1562 snd_soc_component_write(component, PGAR_2_HPROUT_VOL, DEFAULT_VOL); in aic3x_init()
1563 snd_soc_component_write(component, PGAL_2_HPLCOM_VOL, DEFAULT_VOL); in aic3x_init()
1564 snd_soc_component_write(component, PGAR_2_HPRCOM_VOL, DEFAULT_VOL); in aic3x_init()
1566 snd_soc_component_write(component, PGAL_2_LLOPM_VOL, DEFAULT_VOL); in aic3x_init()
1567 snd_soc_component_write(component, PGAR_2_RLOPM_VOL, DEFAULT_VOL); in aic3x_init()
1572 snd_soc_component_write(component, LINE2L_2_HPLOUT_VOL, DEFAULT_VOL); in aic3x_init()
1573 snd_soc_component_write(component, LINE2R_2_HPROUT_VOL, DEFAULT_VOL); in aic3x_init()
1574 snd_soc_component_write(component, LINE2L_2_HPLCOM_VOL, DEFAULT_VOL); in aic3x_init()
1575 snd_soc_component_write(component, LINE2R_2_HPRCOM_VOL, DEFAULT_VOL); in aic3x_init()
1577 snd_soc_component_write(component, LINE2L_2_LLOPM_VOL, DEFAULT_VOL); in aic3x_init()
1578 snd_soc_component_write(component, LINE2R_2_RLOPM_VOL, DEFAULT_VOL); in aic3x_init()
1588 snd_soc_component_write(component, CLASSD_CTRL, 0); in aic3x_init()
1626 snd_soc_component_write(component, AIC3X_GPIO1_REG, in aic3x_component_probe()
1628 snd_soc_component_write(component, AIC3X_GPIO2_REG, in aic3x_component_probe()