Searched refs:mute_gpiod (Results 1 – 1 of 1) sorted by relevance
51 struct gpio_desc *mute_gpiod; member537 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()538 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_set_dai_mute()540 if (ak4458->mute_gpiod) in ak4458_set_dai_mute()541 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_set_dai_mute()656 if (ak4458->mute_gpiod) in ak4458_runtime_suspend()657 gpiod_set_value_cansleep(ak4458->mute_gpiod, 0); in ak4458_runtime_suspend()676 if (ak4458->mute_gpiod) in ak4458_runtime_resume()677 gpiod_set_value_cansleep(ak4458->mute_gpiod, 1); in ak4458_runtime_resume()769 if (IS_ERR(ak4458->mute_gpiod)) in ak4458_i2c_probe()[all …]