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()612 if (ak4458->mute_gpiod) in ak4458_init()613 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_init()657 if (ak4458->mute_gpiod) in ak4458_runtime_suspend()658 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_runtime_suspend()677 if (ak4458->mute_gpiod) in ak4458_runtime_resume()[all …]