Searched refs:mute_gpiod (Results 1 – 1 of 1) sorted by relevance
49 struct gpio_desc *mute_gpiod; member528 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()529 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_set_dai_mute()531 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()532 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_set_dai_mute()638 if (ak4458->mute_gpiod) in ak4458_init()639 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_init()683 if (ak4458->mute_gpiod) in ak4458_runtime_suspend()684 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_runtime_suspend()703 if (ak4458->mute_gpiod) in ak4458_runtime_resume()[all …]