Searched refs:fixed_gpio_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/pci/hda/ |
D | cirrus_scodec.c | 15 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()
|
D | cirrus_scodec.h | 11 int num_amps, int fixed_gpio_id);
|
D | cs35l41_hda.h | 106 int cs35l41_get_speaker_id(struct device *dev, int amp_index, int num_amps, int fixed_gpio_id);
|
D | cs35l41_hda.c | 1689 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()
|