Home
last modified time | relevance | path

Searched refs:fixup_controls (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dsoc-component.h81 int (*fixup_controls)(struct snd_soc_component *component); member
/linux/sound/soc/
H A Dsoc-component.c342 if (component->driver->fixup_controls) in snd_soc_component_fixup_controls()
343 ret = component->driver->fixup_controls(component); in snd_soc_component_fixup_controls()
/linux/sound/soc/sdca/
H A Dsdca_class_function.c220 .fixup_controls = class_function_component_fixup_controls,