Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/
Dsoc-jack.c447 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_free_gpios() function
453 EXPORT_SYMBOL_GPL(snd_soc_jack_free_gpios);
/kernel/linux/linux-5.10/include/sound/
Dsoc.h510 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,
527 static inline void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_free_gpios() function
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt5670.c2686 snd_soc_jack_free_gpios(rt5670->jack, 1, &rt5670->hp_gpio); in rt5670_remove()