Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
563 handset_mute = devm_gpiod_get(card->dev, "handset_mute", in ams_delta_probe()
565 if (IS_ERR(handset_mute)) in ams_delta_probe()
566 return PTR_ERR(handset_mute); in ams_delta_probe()