Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
Dts3a227e.c278 .get_jack_type = ts3a227e_get_jack_type,
/linux-6.6.21/sound/pci/hda/
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-6.6.21/include/sound/
Dsoc-component.h101 int (*get_jack_type)(struct snd_soc_component *component); member
/linux-6.6.21/sound/soc/
Dsoc-component.c295 if (component->driver->get_jack_type) in snd_soc_component_get_jack_type()
296 ret = component->driver->get_jack_type(component); in snd_soc_component_get_jack_type()