Home
last modified time | relevance | path

Searched refs:handset_mute (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/ti/
H A Dams-delta.c26 static struct gpio_desc *handset_mute; variable
32 gpiod_set_value_cansleep(handset_mute, !SND_SOC_DAPM_EVENT_ON(event)); in ams_delta_event_handset()
565 handset_mute = devm_gpiod_get(card->dev, "handset_mute", in ams_delta_probe()
567 if (IS_ERR(handset_mute)) in ams_delta_probe()
568 return PTR_ERR(handset_mute); in ams_delta_probe()
/kernel/linux/linux-6.6/sound/soc/ti/
H A Dams-delta.c26 static struct gpio_desc *handset_mute; variable
32 gpiod_set_value_cansleep(handset_mute, !SND_SOC_DAPM_EVENT_ON(event)); in ams_delta_event_handset()
564 handset_mute = devm_gpiod_get(card->dev, "handset_mute", in ams_delta_probe()
566 if (IS_ERR(handset_mute)) in ams_delta_probe()
567 return PTR_ERR(handset_mute); in ams_delta_probe()

Completed in 2 milliseconds