Lines Matching full:component

51 #define for_each_component(component)			\  argument
52 list_for_each_entry(component, &component_list, list)
133 static void soc_init_component_debugfs(struct snd_soc_component *component) in soc_init_component_debugfs() argument
135 if (!component->card->debugfs_card_root) in soc_init_component_debugfs()
138 if (component->debugfs_prefix) { in soc_init_component_debugfs()
142 component->debugfs_prefix, component->name); in soc_init_component_debugfs()
144 component->debugfs_root = debugfs_create_dir(name, in soc_init_component_debugfs()
145 component->card->debugfs_card_root); in soc_init_component_debugfs()
149 component->debugfs_root = debugfs_create_dir(component->name, in soc_init_component_debugfs()
150 component->card->debugfs_card_root); in soc_init_component_debugfs()
153 snd_soc_dapm_debugfs_init(snd_soc_component_get_dapm(component), in soc_init_component_debugfs()
154 component->debugfs_root); in soc_init_component_debugfs()
157 static void soc_cleanup_component_debugfs(struct snd_soc_component *component) in soc_cleanup_component_debugfs() argument
159 if (!component->debugfs_root) in soc_cleanup_component_debugfs()
161 debugfs_remove_recursive(component->debugfs_root); in soc_cleanup_component_debugfs()
162 component->debugfs_root = NULL; in soc_cleanup_component_debugfs()
167 struct snd_soc_component *component; in dai_list_show() local
172 for_each_component(component) in dai_list_show()
173 for_each_component_dais(component, dai) in dai_list_show()
184 struct snd_soc_component *component; in component_list_show() local
188 for_each_component(component) in component_list_show()
189 seq_printf(m, "%s\n", component->name); in component_list_show()
232 static inline void soc_init_component_debugfs(struct snd_soc_component *component) { } in soc_init_component_debugfs() argument
233 static inline void soc_cleanup_component_debugfs(struct snd_soc_component *component) { } in soc_cleanup_component_debugfs() argument
242 struct snd_soc_component *component) in snd_soc_rtd_add_component() argument
249 if (comp == component) in snd_soc_rtd_add_component()
254 rtd->components[rtd->num_components] = component; in snd_soc_rtd_add_component()
263 struct snd_soc_component *component; in snd_soc_rtdcom_lookup() local
272 * snd_soc_rtdcom_lookup() will find component from rtd by using in snd_soc_rtdcom_lookup()
275 * to 1 rtd, this function will return 1st found component. in snd_soc_rtdcom_lookup()
277 for_each_rtd_components(rtd, i, component) { in snd_soc_rtdcom_lookup()
278 const char *component_name = component->driver->name; in snd_soc_rtdcom_lookup()
285 return component; in snd_soc_rtdcom_lookup()
295 struct snd_soc_component *component; in snd_soc_lookup_component_nolocked() local
299 for_each_component(component) { in snd_soc_lookup_component_nolocked()
300 if ((dev == component->dev) && in snd_soc_lookup_component_nolocked()
302 (driver_name == component->driver->name) || in snd_soc_lookup_component_nolocked()
303 (strcmp(component->driver->name, driver_name) == 0))) { in snd_soc_lookup_component_nolocked()
304 found_component = component; in snd_soc_lookup_component_nolocked()
316 struct snd_soc_component *component; in snd_soc_lookup_component() local
319 component = snd_soc_lookup_component_nolocked(dev, driver_name); in snd_soc_lookup_component()
322 return component; in snd_soc_lookup_component()
422 struct snd_soc_component *component; in soc_new_pcm_runtime() local
450 sizeof(*component) * (dai_link->num_cpus + in soc_new_pcm_runtime()
551 struct snd_soc_component *component; in snd_soc_suspend() local
596 for_each_rtd_components(rtd, i, component) { in snd_soc_suspend()
598 snd_soc_component_get_dapm(component); in snd_soc_suspend()
601 * ignore if component was already suspended in snd_soc_suspend()
603 if (snd_soc_component_is_suspended(component)) in snd_soc_suspend()
607 * If there are paths active then the COMPONENT will be in snd_soc_suspend()
613 * If the COMPONENT is capable of idle in snd_soc_suspend()
619 dev_dbg(component->dev, in snd_soc_suspend()
626 snd_soc_component_suspend(component); in snd_soc_suspend()
627 if (component->regmap) in snd_soc_suspend()
628 regcache_mark_dirty(component->regmap); in snd_soc_suspend()
630 pinctrl_pm_select_sleep_state(component->dev); in snd_soc_suspend()
633 dev_dbg(component->dev, in snd_soc_suspend()
634 "ASoC: COMPONENT is on over suspend\n"); in snd_soc_suspend()
655 struct snd_soc_component *component; in soc_resume_deferred() local
669 for_each_card_components(card, component) { in soc_resume_deferred()
670 if (snd_soc_component_is_suspended(component)) in soc_resume_deferred()
671 snd_soc_component_resume(component); in soc_resume_deferred()
695 struct snd_soc_component *component; in snd_soc_resume() local
702 for_each_card_components(card, component) in snd_soc_resume()
703 if (snd_soc_component_active(component)) in snd_soc_resume()
704 pinctrl_pm_select_default_state(component->dev); in snd_soc_resume()
726 *soc_component_to_node(struct snd_soc_component *component) in soc_component_to_node() argument
730 of_node = component->dev->of_node; in soc_component_to_node()
731 if (!of_node && component->dev->parent) in soc_component_to_node()
732 of_node = component->dev->parent->of_node; in soc_component_to_node()
739 struct snd_soc_component *component) in snd_soc_is_matching_component() argument
746 component_of_node = soc_component_to_node(component); in snd_soc_is_matching_component()
750 if (dlc->name && strcmp(component->name, dlc->name)) in snd_soc_is_matching_component()
759 struct snd_soc_component *component; in soc_find_component() local
766 * It returns *1st* found component, but some driver in soc_find_component()
769 * CPU component and generic DMAEngine component in soc_find_component()
771 for_each_component(component) in soc_find_component()
772 if (snd_soc_is_matching_component(dlc, component)) in soc_find_component()
773 return component; in soc_find_component()
781 * @dlc: name of the DAI or the DAI driver and optional component info to match
784 * find the DAI of the same name. The component's of_node and name
792 struct snd_soc_component *component; in snd_soc_find_dai() local
798 for_each_component(component) { in snd_soc_find_dai()
799 if (!snd_soc_is_matching_component(dlc, component)) in snd_soc_find_dai()
801 for_each_component_dais(component, dai) { in snd_soc_find_dai()
853 * Defer card registration if codec component is not added to in soc_dai_link_sanity_check()
854 * component list. in soc_dai_link_sanity_check()
858 "ASoC: codec component %s not found for link %s\n", in soc_dai_link_sanity_check()
878 * Defer card registration if platform component is not added to in soc_dai_link_sanity_check()
879 * component list. in soc_dai_link_sanity_check()
883 "ASoC: platform component %s not found for link %s\n", in soc_dai_link_sanity_check()
903 * Defer card registration if cpu dai component is not added to in soc_dai_link_sanity_check()
904 * component list. in soc_dai_link_sanity_check()
909 "ASoC: cpu component %s not found for link %s\n", in soc_dai_link_sanity_check()
962 * topology component. And machine drivers can still define static
970 struct snd_soc_component *component; in snd_soc_add_pcm_runtime() local
1002 snd_soc_rtd_add_component(rtd, asoc_rtd_to_cpu(rtd, i)->component); in snd_soc_add_pcm_runtime()
1014 snd_soc_rtd_add_component(rtd, asoc_rtd_to_codec(rtd, i)->component); in snd_soc_add_pcm_runtime()
1019 for_each_component(component) { in snd_soc_add_pcm_runtime()
1020 if (!snd_soc_is_matching_component(platform, component)) in snd_soc_add_pcm_runtime()
1023 snd_soc_rtd_add_component(rtd, component); in snd_soc_add_pcm_runtime()
1246 struct snd_soc_component *component; in soc_init_pcm_runtime() local
1269 for_each_rtd_components(rtd, i, component) { in soc_init_pcm_runtime()
1270 if (!component->driver->use_dai_pcm_id) in soc_init_pcm_runtime()
1274 num += component->driver->be_pcm_base; in soc_init_pcm_runtime()
1296 struct snd_soc_component *component) in soc_set_name_prefix() argument
1298 struct device_node *of_node = soc_component_to_node(component); in soc_set_name_prefix()
1305 if (snd_soc_is_matching_component(&map->dlc, component) && in soc_set_name_prefix()
1307 component->name_prefix = map->name_prefix; in soc_set_name_prefix()
1320 component->name_prefix = str; in soc_set_name_prefix()
1323 static void soc_remove_component(struct snd_soc_component *component, in soc_remove_component() argument
1327 if (!component->card) in soc_remove_component()
1331 snd_soc_component_remove(component); in soc_remove_component()
1333 list_del_init(&component->card_list); in soc_remove_component()
1334 snd_soc_dapm_free(snd_soc_component_get_dapm(component)); in soc_remove_component()
1335 soc_cleanup_component_debugfs(component); in soc_remove_component()
1336 component->card = NULL; in soc_remove_component()
1337 snd_soc_component_module_put_when_remove(component); in soc_remove_component()
1341 struct snd_soc_component *component) in soc_probe_component() argument
1344 snd_soc_component_get_dapm(component); in soc_probe_component()
1349 if (snd_soc_component_is_dummy(component)) in soc_probe_component()
1352 if (component->card) { in soc_probe_component()
1353 if (component->card != card) { in soc_probe_component()
1354 dev_err(component->dev, in soc_probe_component()
1355 "Trying to bind component to card \"%s\" but is already bound to card \"%s\"\n", in soc_probe_component()
1356 card->name, component->card->name); in soc_probe_component()
1362 ret = snd_soc_component_module_get_when_probe(component); in soc_probe_component()
1366 component->card = card; in soc_probe_component()
1367 soc_set_name_prefix(card, component); in soc_probe_component()
1369 soc_init_component_debugfs(component); in soc_probe_component()
1371 snd_soc_dapm_init(dapm, card, component); in soc_probe_component()
1374 component->driver->dapm_widgets, in soc_probe_component()
1375 component->driver->num_dapm_widgets); in soc_probe_component()
1378 dev_err(component->dev, in soc_probe_component()
1383 for_each_component_dais(component, dai) { in soc_probe_component()
1386 dev_err(component->dev, in soc_probe_component()
1392 ret = snd_soc_component_probe(component); in soc_probe_component()
1399 component->name); in soc_probe_component()
1407 ret = snd_soc_component_init(component); in soc_probe_component()
1411 ret = snd_soc_add_component_controls(component, in soc_probe_component()
1412 component->driver->controls, in soc_probe_component()
1413 component->driver->num_controls); in soc_probe_component()
1418 component->driver->dapm_routes, in soc_probe_component()
1419 component->driver->num_dapm_routes); in soc_probe_component()
1434 list_add(&component->card_list, &card->component_dev_list); in soc_probe_component()
1438 soc_remove_component(component, probed); in soc_probe_component()
1480 struct snd_soc_component *component; in soc_remove_link_components() local
1486 for_each_rtd_components(rtd, i, component) { in soc_remove_link_components()
1487 if (component->driver->remove_order != order) in soc_remove_link_components()
1490 soc_remove_component(component, 1); in soc_remove_link_components()
1498 struct snd_soc_component *component; in soc_probe_link_components() local
1504 for_each_rtd_components(rtd, i, component) { in soc_probe_link_components()
1505 if (component->driver->probe_order != order) in soc_probe_link_components()
1508 ret = soc_probe_component(card, component); in soc_probe_link_components()
1520 struct snd_soc_component *component, *_component; in soc_unbind_aux_dev() local
1522 for_each_card_auxs_safe(card, component, _component) { in soc_unbind_aux_dev()
1524 snd_soc_component_set_aux(component, NULL); in soc_unbind_aux_dev()
1525 list_del(&component->card_aux_list); in soc_unbind_aux_dev()
1531 struct snd_soc_component *component; in soc_bind_aux_dev() local
1537 component = soc_find_component(&aux->dlc); in soc_bind_aux_dev()
1538 if (!component) in soc_bind_aux_dev()
1542 snd_soc_component_set_aux(component, aux); in soc_bind_aux_dev()
1544 list_add(&component->card_aux_list, &card->aux_comp_list); in soc_bind_aux_dev()
1551 struct snd_soc_component *component; in soc_probe_aux_devices() local
1556 for_each_card_auxs(card, component) { in soc_probe_aux_devices()
1557 if (component->driver->probe_order != order) in soc_probe_aux_devices()
1560 ret = soc_probe_component(card, component); in soc_probe_aux_devices()
1741 struct snd_soc_component *component; in soc_check_tplg_fes() local
1746 for_each_component(component) { in soc_check_tplg_fes()
1748 /* does this component override BEs ? */ in soc_check_tplg_fes()
1749 if (!component->driver->ignore_machine) in soc_check_tplg_fes()
1753 if (!strcmp(component->driver->ignore_machine, in soc_check_tplg_fes()
1756 if (strcmp(component->driver->ignore_machine, in soc_check_tplg_fes()
1772 /* override platform component */ in soc_check_tplg_fes()
1778 if (component->dev->of_node) in soc_check_tplg_fes()
1779 dai_link->platforms->of_node = component->dev->of_node; in soc_check_tplg_fes()
1781 dai_link->platforms->name = component->name; in soc_check_tplg_fes()
1810 component->driver->be_hw_params_fixup; in soc_check_tplg_fes()
1821 if (component->driver->topology_name_prefix) { in soc_check_tplg_fes()
1825 comp_drv = component->driver; in soc_check_tplg_fes()
1934 struct snd_soc_component *component; in snd_soc_bind_card() local
2000 "ASoC: failed to probe aux component %d\n", ret); in snd_soc_bind_card()
2088 for_each_card_components(card, component) in snd_soc_bind_card()
2089 if (!snd_soc_component_active(component)) in snd_soc_bind_card()
2090 pinctrl_pm_select_sleep_state(component->dev); in snd_soc_bind_card()
2127 struct snd_soc_component *component; in snd_soc_poweroff() local
2141 for_each_card_components(card, component) in snd_soc_poweroff()
2142 pinctrl_pm_select_sleep_state(component->dev); in snd_soc_poweroff()
2231 * snd_soc_add_component_controls - Add an array of controls to a component.
2233 * @component: Component to add controls to
2239 int snd_soc_add_component_controls(struct snd_soc_component *component, in snd_soc_add_component_controls() argument
2242 struct snd_card *card = component->card->snd_card; in snd_soc_add_component_controls()
2244 return snd_soc_add_controls(card, component->dev, controls, in snd_soc_add_component_controls()
2245 num_controls, component->name_prefix, component); in snd_soc_add_component_controls()
2282 struct snd_card *card = dai->component->card->snd_card; in snd_soc_add_dai_controls()
2364 /* I2C component devices are named "bus-addr" */ in fmt_single_name()
2372 /* sanitize component name for DAI link creation */ in fmt_single_name()
2408 * @component: The component the DAIs are registered for
2413 * Topology can use this API to register DAIs when probing a component.
2415 * will be freed in the component cleanup.
2417 struct snd_soc_dai *snd_soc_register_dai(struct snd_soc_component *component, in snd_soc_register_dai() argument
2421 struct device *dev = component->dev; in snd_soc_register_dai()
2433 * Back in the old days when we still had component-less DAIs, in snd_soc_register_dai()
2434 * instead of having a static name, component-less DAIs would in snd_soc_register_dai()
2438 * component-less anymore. in snd_soc_register_dai()
2448 dai->id = component->num_dai; in snd_soc_register_dai()
2453 dai->component = component; in snd_soc_register_dai()
2458 list_add_tail(&dai->list, &component->dai_list); in snd_soc_register_dai()
2459 component->num_dai++; in snd_soc_register_dai()
2469 * @component: The component for which the DAIs should be unregistered
2471 static void snd_soc_unregister_dais(struct snd_soc_component *component) in snd_soc_unregister_dais() argument
2475 for_each_component_dais_safe(component, dai, _dai) in snd_soc_unregister_dais()
2482 * @component: The component the DAIs are registered for
2486 static int snd_soc_register_dais(struct snd_soc_component *component, in snd_soc_register_dais() argument
2495 dai = snd_soc_register_dai(component, dai_drv + i, count == 1 && in snd_soc_register_dais()
2496 component->driver->legacy_dai_naming); in snd_soc_register_dais()
2506 snd_soc_unregister_dais(component); in snd_soc_register_dais()
2555 static void snd_soc_del_component_unlocked(struct snd_soc_component *component) in snd_soc_del_component_unlocked() argument
2557 struct snd_soc_card *card = component->card; in snd_soc_del_component_unlocked()
2559 snd_soc_unregister_dais(component); in snd_soc_del_component_unlocked()
2564 list_del(&component->list); in snd_soc_del_component_unlocked()
2567 int snd_soc_component_initialize(struct snd_soc_component *component, in snd_soc_component_initialize() argument
2571 INIT_LIST_HEAD(&component->dai_list); in snd_soc_component_initialize()
2572 INIT_LIST_HEAD(&component->dobj_list); in snd_soc_component_initialize()
2573 INIT_LIST_HEAD(&component->card_list); in snd_soc_component_initialize()
2574 INIT_LIST_HEAD(&component->list); in snd_soc_component_initialize()
2575 mutex_init(&component->io_mutex); in snd_soc_component_initialize()
2577 component->name = fmt_single_name(dev, &component->id); in snd_soc_component_initialize()
2578 if (!component->name) { in snd_soc_component_initialize()
2583 component->dev = dev; in snd_soc_component_initialize()
2584 component->driver = driver; in snd_soc_component_initialize()
2587 if (!component->debugfs_prefix) in snd_soc_component_initialize()
2588 component->debugfs_prefix = driver->debugfs_prefix; in snd_soc_component_initialize()
2595 int snd_soc_add_component(struct snd_soc_component *component, in snd_soc_add_component() argument
2604 if (component->driver->endianness) { in snd_soc_add_component()
2611 ret = snd_soc_register_dais(component, dai_drv, num_dai); in snd_soc_add_component()
2613 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n", in snd_soc_add_component()
2618 if (!component->driver->write && !component->driver->read) { in snd_soc_add_component()
2619 if (!component->regmap) in snd_soc_add_component()
2620 component->regmap = dev_get_regmap(component->dev, in snd_soc_add_component()
2622 if (component->regmap) in snd_soc_add_component()
2623 snd_soc_component_setup_regmap(component); in snd_soc_add_component()
2627 list_add(&component->list, &component_list); in snd_soc_add_component()
2631 snd_soc_del_component_unlocked(component); in snd_soc_add_component()
2647 struct snd_soc_component *component; in snd_soc_register_component() local
2650 component = devm_kzalloc(dev, sizeof(*component), GFP_KERNEL); in snd_soc_register_component()
2651 if (!component) in snd_soc_register_component()
2654 ret = snd_soc_component_initialize(component, component_driver, dev); in snd_soc_register_component()
2658 return snd_soc_add_component(component, dai_drv, num_dai); in snd_soc_register_component()
2663 * snd_soc_unregister_component_by_driver - Unregister component using a given driver
2667 * @component_driver: The component driver to unregister
2672 struct snd_soc_component *component; in snd_soc_unregister_component_by_driver() local
2678 component = snd_soc_lookup_component_nolocked(dev, component_driver->name); in snd_soc_unregister_component_by_driver()
2679 if (!component) in snd_soc_unregister_component_by_driver()
2682 snd_soc_del_component_unlocked(component); in snd_soc_unregister_component_by_driver()
2690 * snd_soc_unregister_component - Unregister all related component
2699 struct snd_soc_component *component = snd_soc_lookup_component_nolocked(dev, NULL); in snd_soc_unregister_component() local
2701 if (!component) in snd_soc_unregister_component()
2704 snd_soc_del_component_unlocked(component); in snd_soc_unregister_component()
3203 struct snd_soc_component *component; in snd_soc_get_dai_id() local
3217 component = soc_find_component(&dlc); in snd_soc_get_dai_id()
3218 if (component) in snd_soc_get_dai_id()
3219 ret = snd_soc_component_of_xlate_dai_id(component, ep); in snd_soc_get_dai_id()
3278 * check if another component is provided with the same in snd_soc_get_dai_name()
3311 static void __snd_soc_of_put_component(struct snd_soc_dai_link_component *component) in __snd_soc_of_put_component() argument
3313 if (component->of_node) { in __snd_soc_of_put_component()
3314 of_node_put(component->of_node); in __snd_soc_of_put_component()
3315 component->of_node = NULL; in __snd_soc_of_put_component()
3324 struct snd_soc_dai_link_component *component; in __snd_soc_of_get_dai_link_component_alloc() local
3336 component = devm_kcalloc(dev, num, sizeof(*component), GFP_KERNEL); in __snd_soc_of_get_dai_link_component_alloc()
3337 if (!component) in __snd_soc_of_get_dai_link_component_alloc()
3340 *ret_component = component; in __snd_soc_of_get_dai_link_component_alloc()
3348 struct snd_soc_dai_link_component *component, int index) in __snd_soc_of_get_dai_link_component_parse() argument
3358 ret = snd_soc_get_dai_name(&args, &component->dai_name); in __snd_soc_of_get_dai_link_component_parse()
3362 component->of_node = args.np; in __snd_soc_of_get_dai_link_component_parse()
3374 struct snd_soc_dai_link_component *component; in snd_soc_of_put_dai_link_codecs() local
3377 for_each_link_codecs(dai_link, index, component) in snd_soc_of_put_dai_link_codecs()
3378 __snd_soc_of_put_component(component); in snd_soc_of_put_dai_link_codecs()
3400 struct snd_soc_dai_link_component *component; in snd_soc_of_get_dai_link_codecs() local
3409 for_each_link_codecs(dai_link, index, component) { in snd_soc_of_get_dai_link_codecs()
3410 ret = __snd_soc_of_get_dai_link_component_parse(of_node, component, index); in snd_soc_of_get_dai_link_codecs()
3431 struct snd_soc_dai_link_component *component; in snd_soc_of_put_dai_link_cpus() local
3434 for_each_link_cpus(dai_link, index, component) in snd_soc_of_put_dai_link_cpus()
3435 __snd_soc_of_put_component(component); in snd_soc_of_put_dai_link_cpus()
3454 struct snd_soc_dai_link_component *component; in snd_soc_of_get_dai_link_cpus() local
3464 for_each_link_cpus(dai_link, index, component) { in snd_soc_of_get_dai_link_cpus()
3465 ret = __snd_soc_of_get_dai_link_component_parse(of_node, component, index); in snd_soc_of_get_dai_link_cpus()