Lines Matching refs:snd_soc_update_bits
443 snd_soc_update_bits(codec, AIC31XX_MICBIAS, in mic_bias_event()
451 snd_soc_update_bits(codec, AIC31XX_MICBIAS, in mic_bias_event()
691 snd_soc_update_bits(codec, AIC31XX_CLKMUX, in aic31xx_setup_pll()
693 snd_soc_update_bits(codec, AIC31XX_IFACE2, in aic31xx_setup_pll()
731 snd_soc_update_bits(codec, AIC31XX_PLLPR, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
741 snd_soc_update_bits(codec, AIC31XX_NDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
743 snd_soc_update_bits(codec, AIC31XX_MDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
750 snd_soc_update_bits(codec, AIC31XX_NADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
752 snd_soc_update_bits(codec, AIC31XX_MADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
758 snd_soc_update_bits(codec, AIC31XX_BCLKN, in aic31xx_setup_pll()
806 snd_soc_update_bits(codec, AIC31XX_IFACE1, in aic31xx_hw_params()
818 snd_soc_update_bits(codec, AIC31XX_DACMUTE, in aic31xx_dac_mute()
822 snd_soc_update_bits(codec, AIC31XX_DACMUTE, in aic31xx_dac_mute()
882 snd_soc_update_bits(codec, AIC31XX_IFACE1, in aic31xx_set_dai_fmt()
886 snd_soc_update_bits(codec, AIC31XX_DATA_OFFSET, in aic31xx_set_dai_fmt()
889 snd_soc_update_bits(codec, AIC31XX_IFACE2, in aic31xx_set_dai_fmt()
925 snd_soc_update_bits(codec, AIC31XX_CLKMUX, AIC31XX_PLL_CLKIN_MASK, in aic31xx_set_dai_sysclk()
962 snd_soc_update_bits(codec, AIC31XX_PLLPR, mask, on); in aic31xx_clk_on()
964 snd_soc_update_bits(codec, AIC31XX_NDAC, mask, on); in aic31xx_clk_on()
965 snd_soc_update_bits(codec, AIC31XX_MDAC, mask, on); in aic31xx_clk_on()
967 snd_soc_update_bits(codec, AIC31XX_NADC, mask, on); in aic31xx_clk_on()
969 snd_soc_update_bits(codec, AIC31XX_MADC, mask, on); in aic31xx_clk_on()
970 snd_soc_update_bits(codec, AIC31XX_BCLKN, mask, on); in aic31xx_clk_on()
979 snd_soc_update_bits(codec, AIC31XX_BCLKN, mask, off); in aic31xx_clk_off()
980 snd_soc_update_bits(codec, AIC31XX_MADC, mask, off); in aic31xx_clk_off()
981 snd_soc_update_bits(codec, AIC31XX_NADC, mask, off); in aic31xx_clk_off()
982 snd_soc_update_bits(codec, AIC31XX_MDAC, mask, off); in aic31xx_clk_off()
983 snd_soc_update_bits(codec, AIC31XX_NDAC, mask, off); in aic31xx_clk_off()
984 snd_soc_update_bits(codec, AIC31XX_PLLPR, mask, off); in aic31xx_clk_off()