Lines Matching +full:gx +full:- +full:sound +full:- +full:card
1 /* SPDX-License-Identifier: GPL-2.0
3 * soc-component.h
6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
11 #include <sound/soc.h>
17 #define SND_SOC_COMP_ORDER_FIRST -2
18 #define SND_SOC_COMP_ORDER_EARLY -1
152 /* probe ordering - for components with runtime dependencies */
185 struct snd_soc_card *card; member
232 list_for_each_entry(dai, &(component)->dai_list, list)
234 list_for_each_entry_safe(dai, _dai, &(component)->dai_list, list)
237 * snd_soc_dapm_to_component() - Casts a DAPM context to the component it is
252 * snd_soc_component_get_dapm() - Returns the DAPM context associated with a
259 return &component->dapm; in snd_soc_component_get_dapm()
263 * snd_soc_component_init_bias_level() - Initialize COMPONENT DAPM bias level
278 * snd_soc_component_get_bias_level() - Get current COMPONENT DAPM bias level
291 * snd_soc_component_force_bias_level() - Set the COMPONENT DAPM bias level
308 * snd_soc_dapm_kcontrol_component() - Returns the component associated to a
322 * snd_soc_component_cache_sync() - Sync the register cache with the hardware
330 return regcache_sync(component->regmap); in snd_soc_component_cache_sync()
395 dev_set_drvdata(c->dev, data); in snd_soc_component_set_drvdata()
400 return dev_get_drvdata(c->dev); in snd_soc_component_get_drvdata()
406 return component->active; in snd_soc_component_active()