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
154 /* probe ordering - for components with runtime dependencies */
187 struct snd_soc_card *card; member
234 list_for_each_entry(dai, &(component)->dai_list, list)
236 list_for_each_entry_safe(dai, _dai, &(component)->dai_list, list)
239 * snd_soc_dapm_to_component() - Casts a DAPM context to the component it is
254 * snd_soc_component_get_dapm() - Returns the DAPM context associated with a
261 return &component->dapm; in snd_soc_component_get_dapm()
265 * snd_soc_component_init_bias_level() - Initialize COMPONENT DAPM bias level
280 * snd_soc_component_get_bias_level() - Get current COMPONENT DAPM bias level
293 * snd_soc_component_force_bias_level() - Set the COMPONENT DAPM bias level
310 * snd_soc_dapm_kcontrol_component() - Returns the component associated to a
324 * snd_soc_component_cache_sync() - Sync the register cache with the hardware
332 return regcache_sync(component->regmap); in snd_soc_component_cache_sync()
397 dev_set_drvdata(c->dev, data); in snd_soc_component_set_drvdata()
402 return dev_get_drvdata(c->dev); in snd_soc_component_get_drvdata()
408 return component->active; in snd_soc_component_active()