Lines Matching defs:mute

564 /* look for a widget suitable for assigning a mute switch in the path */
959 /* only the put callback is replaced for handling the special mute */
1053 /* create a mute-switch for the given mixer widget;
1054 * if it has multiple sources (e.g. DAC and loopback), create a bind-mute
1086 /* playback mute control with the software mute bit check */
1109 * Bound mute controls
1193 /* if the primary channel vol/mute is shared with HP volume,
1205 /* if the primary channel vol/mute is shared with spk volume,
1279 * volume and mute controls, and assign the values to ctls[].
1283 * total badness for both volume and mute controls.
1603 /* assign volume and mute controls */
3054 /* return true if either a volume or a mute amp is found for the given
3928 * vmaster mute LED hook helpers
3945 cdev->name = micmute ? "hda::micmute" : "hda::mute";
3947 cdev->default_trigger = micmute ? "audio-micmute" : "audio-mute";
3960 * snd_hda_gen_add_mute_led_cdev - Create a LED classdev and enable as vmaster mute LED
3974 codec_warn(codec, "failed to create a mute LED cdev\n");
3988 * snd_hda_gen_add_micmute_led_cdev - Create a LED classdev and enable as mic-mute LED
3992 * Called from the codec drivers for offering the mic mute LED controls.
4011 codec_warn(codec, "failed to create a mic-mute LED cdev\n");
4366 * Jack detections for HP auto-mute and mic-switch
4388 /* standard HP/line-out auto-mute helper */
4390 int *paths, bool mute)
4403 continue; /* no mute for inputs */
4415 if (mute)
4428 if (!mute)
4438 set_pin_eapd(codec, nid, !mute);
4440 bool on = !mute;
4452 * Update the mute status of all outputs based on the current jack states.
4509 /* sync the whole vmaster followers to reflect the new auto-mute status */
4722 * Check the availability of HP/line-out auto-mute;
4925 /* mute all aamix inputs initially; parse up to the first leaves */
5121 /* mute all aamix input initially */
5997 /* call init functions of standard auto-mute helpers */