Lines Matching defs:component
41 struct snd_soc_component component;
165 static int ak5558_set_mcki(struct snd_soc_component *component)
167 return snd_soc_component_update_bits(component, AK5558_02_CONTROL1, AK5558_CKS,
175 struct snd_soc_component *component = dai->component;
176 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component);
191 snd_soc_component_update_bits(component, AK5558_02_CONTROL1, AK5558_BITS, bits);
198 struct snd_soc_component *component = dai->component;
228 snd_soc_component_update_bits(component, AK5558_02_CONTROL1, AK5558_DIF, format);
237 struct snd_soc_component *component = dai->component;
238 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component);
259 snd_soc_component_update_bits(component, AK5558_03_CONTROL2, AK5558_MODE_BITS,
330 static int ak5558_probe(struct snd_soc_component *component)
332 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component);
335 return ak5558_set_mcki(component);
338 static void ak5558_remove(struct snd_soc_component *component)
340 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component);
472 dev_err(&i2c->dev, "failed to register component: %d\n", ret);