Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dproc.c291 static const char *get_jack_type(u32 cfg) in get_jack_type() function
377 get_jack_type(caps), in print_pin_caps()
/linux/include/sound/
H A Dsoc-component.h104 int (*get_jack_type)(struct snd_soc_component *component); member
/linux/sound/soc/
H A Dsoc-component.c240 if (component->driver->get_jack_type) in snd_soc_component_get_jack_type()
241 ret = component->driver->get_jack_type(component); in snd_soc_component_get_jack_type()