Home
last modified time | relevance | path

Searched refs:dapm_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/sound/
Dsoc.h784 struct snd_soc_dapm_context *dapm_ptr; member
1283 return component->dapm_ptr; in snd_soc_component_get_dapm()
/linux-4.1.27/sound/soc/
Dsoc-core.c2668 if (!component->dapm_ptr) in snd_soc_component_initialize()
2669 component->dapm_ptr = &component->dapm; in snd_soc_component_initialize()
2671 dapm = component->dapm_ptr; in snd_soc_component_initialize()
3061 codec->component.dapm_ptr = &codec->dapm; in snd_soc_register_codec()