Lines Matching defs:mute
254 static int tas6424_mute(struct snd_soc_dai *dai, int mute, int direction)
260 dev_dbg(component->dev, "%s() mute=%d\n", __func__, mute);
263 gpiod_set_value_cansleep(tas6424->mute_gpio, mute);
267 if (mute)
326 * channels are muted via the mute pin. Don't also mute
328 * access is not necessary to un-mute the channels
721 * Get control of the mute pin and set it HIGH in order to start with
726 tas6424->mute_gpio = devm_gpiod_get_optional(dev, "mute",