Searched refs:mute_gpiod (Results 1 – 1 of 1) sorted by relevance
29 struct gpio_desc *mute_gpiod; member386 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()387 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_set_dai_mute()389 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()390 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_set_dai_mute()500 if (ak4458->mute_gpiod) in ak4458_init()501 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_init()538 if (ak4458->mute_gpiod) in ak4458_runtime_suspend()539 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_runtime_suspend()548 if (ak4458->mute_gpiod) in ak4458_runtime_resume()[all …]