Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dcirrus_scodec.c15 int num_amps, int fixed_gpio_id) in cirrus_scodec_get_speaker_id() argument
20 if (fixed_gpio_id >= 0) { in cirrus_scodec_get_speaker_id()
21 dev_dbg(dev, "Found Fixed Speaker ID GPIO (index = %d)\n", fixed_gpio_id); in cirrus_scodec_get_speaker_id()
22 speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN); in cirrus_scodec_get_speaker_id()
Dcirrus_scodec.h11 int num_amps, int fixed_gpio_id);
Dcs35l41_hda.h106 int cs35l41_get_speaker_id(struct device *dev, int amp_index, int num_amps, int fixed_gpio_id);
Dcs35l41_hda.c1689 int cs35l41_get_speaker_id(struct device *dev, int amp_index, int num_amps, int fixed_gpio_id) in cs35l41_get_speaker_id() argument
1694 if (fixed_gpio_id >= 0) { in cs35l41_get_speaker_id()
1695 dev_dbg(dev, "Found Fixed Speaker ID GPIO (index = %d)\n", fixed_gpio_id); in cs35l41_get_speaker_id()
1696 speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN); in cs35l41_get_speaker_id()