Lines Matching defs:component
44 int aiu_of_xlate_dai_name(struct snd_soc_component *component,
60 if (id < 0 || id >= component->num_dai)
63 for_each_component_dais(component, dai) {
74 static int aiu_cpu_of_xlate_dai_name(struct snd_soc_component *component,
78 return aiu_of_xlate_dai_name(component, args, dai_name, AIU_CPU);
81 static int aiu_cpu_component_probe(struct snd_soc_component *component)
83 struct aiu *aiu = snd_soc_component_get_drvdata(component);
89 static void aiu_cpu_component_remove(struct snd_soc_component *component)
91 struct aiu *aiu = snd_soc_component_get_drvdata(component);
313 /* Register the cpu component of the aiu */
318 dev_err(dev, "Failed to register cpu component\n");
322 /* Register the hdmi codec control component */
325 dev_err(dev, "Failed to register hdmi control component\n");
329 /* Register the internal dac control component on gxl */
334 "Failed to register acodec control component\n");