Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dts3a227e.c277 .get_jack_type = ts3a227e_get_jack_type,
/linux/sound/pci/hda/
H A Dhda_proc.c291 static const char *get_jack_type(u32 cfg) in get_jack_type() function
377 get_jack_type(caps), in print_pin_caps()
/linux/sound/soc/
H A Dsoc-component.c309 if (component->driver->get_jack_type) in snd_soc_component_get_jack_type()
310 ret = component->driver->get_jack_type(component); in snd_soc_component_get_jack_type()
/linux/include/sound/
H A Dsoc-component.h101 int (*get_jack_type)(struct snd_soc_component *component); member