Lines Matching defs:mute
255 static int tas6424_mute(struct snd_soc_dai *dai, int mute, int direction)
261 dev_dbg(component->dev, "%s() mute=%d\n", __func__, mute);
264 gpiod_set_value_cansleep(tas6424->mute_gpio, mute);
268 if (mute)
327 * channels are muted via the mute pin. Don't also mute
329 * access is not necessary to un-mute the channels
724 * Get control of the mute pin and set it HIGH in order to start with
729 tas6424->mute_gpio = devm_gpiod_get_optional(dev, "mute",