Searched refs:mute_gpiod (Results 1 – 1 of 1) sorted by relevance
49 struct gpio_desc *mute_gpiod; member489 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()490 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_set_dai_mute()492 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()493 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_set_dai_mute()620 if (ak4458->mute_gpiod) in ak4458_init()621 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_init()665 if (ak4458->mute_gpiod) in ak4458_runtime_suspend()666 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_runtime_suspend()685 if (ak4458->mute_gpiod) in ak4458_runtime_resume()[all …]