Lines Matching full:asoc
17 #include <trace/events/asoc.h>
82 * @jack: ASoC jack
106 * @jack: ASoC jack
126 * snd_soc_jack_add_pins - Associate DAPM pins with an ASoC jack
128 * @jack: ASoC jack created with snd_soc_card_jack_new_pins()
143 dev_err(jack->card->dev, "ASoC: No name for pin %d\n", in snd_soc_jack_add_pins()
148 dev_err(jack->card->dev, "ASoC: No mask for pin %d" in snd_soc_jack_add_pins()
171 * @jack: ASoC jack
190 * @jack: ASoC jack
301 * snd_soc_jack_add_gpios - Associate GPIO pins with an ASoC jack
303 * @jack: ASoC jack
326 "ASoC: No name for gpio at index %d\n", i); in snd_soc_jack_add_gpios()
342 "ASoC: Cannot get gpio at index %d: %d", in snd_soc_jack_add_gpios()
347 dev_err(jack->card->dev, "ASoC: Invalid gpio at index %d\n", i); in snd_soc_jack_add_gpios()
369 "ASoC: Failed to mark GPIO at index %d as wake source: %d\n", in snd_soc_jack_add_gpios()
400 * snd_soc_jack_add_gpiods - Associate GPIO descriptor pins with an ASoC jack
403 * @jack: ASoC jack
424 * snd_soc_jack_free_gpios - Release GPIO pins' resources of an ASoC jack
426 * @jack: ASoC jack
430 * Release gpio and irq resources for gpio pins associated with an ASoC jack.