Lines Matching refs:component

161 	struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm);  in ak4671_out2_event()  local
165 snd_soc_component_update_bits(component, AK4671_LOUT2_POWER_MANAGERMENT, in ak4671_out2_event()
169 snd_soc_component_update_bits(component, AK4671_LOUT2_POWER_MANAGERMENT, in ak4671_out2_event()
425 struct snd_soc_component *component = dai->component; in ak4671_hw_params() local
428 fs = snd_soc_component_read(component, AK4671_PLL_MODE_SELECT0); in ak4671_hw_params()
463 snd_soc_component_write(component, AK4671_PLL_MODE_SELECT0, fs); in ak4671_hw_params()
471 struct snd_soc_component *component = dai->component; in ak4671_set_dai_sysclk() local
474 pll = snd_soc_component_read(component, AK4671_PLL_MODE_SELECT0); in ak4671_set_dai_sysclk()
509 snd_soc_component_write(component, AK4671_PLL_MODE_SELECT0, pll); in ak4671_set_dai_sysclk()
516 struct snd_soc_component *component = dai->component; in ak4671_set_dai_fmt() local
521 mode = snd_soc_component_read(component, AK4671_PLL_MODE_SELECT1); in ak4671_set_dai_fmt()
535 format = snd_soc_component_read(component, AK4671_FORMAT_SELECT); in ak4671_set_dai_fmt()
555 snd_soc_component_write(component, AK4671_PLL_MODE_SELECT1, mode); in ak4671_set_dai_fmt()
556 snd_soc_component_write(component, AK4671_FORMAT_SELECT, format); in ak4671_set_dai_fmt()
561 static int ak4671_set_bias_level(struct snd_soc_component *component, in ak4671_set_bias_level() argument
568 snd_soc_component_update_bits(component, AK4671_AD_DA_POWER_MANAGEMENT, in ak4671_set_bias_level()
572 snd_soc_component_write(component, AK4671_AD_DA_POWER_MANAGEMENT, 0x00); in ak4671_set_bias_level()