Lines Matching defs:mute

397 	if (ctl != NULL && ctl->mute) {
427 if (ctl != NULL && ctl->mute) {
1122 "mute=%d step=%d size=%d offset=%d (%+d/%+ddB)\n",
1656 "Setting amplifier nid=%d index=%d %s mute=%d/%d vol=%d/%d\n",
1675 hdaa_audio_ctl_amp_set(struct hdaa_audio_ctl *ctl, uint32_t mute,
1684 if (mute != HDAA_AMP_MUTE_DEFAULT)
1685 ctl->muted = mute;
2322 int mute, int *left, int *right)
2328 ctl->devmute[ossdev] = mute;
2351 int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
2381 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
2406 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
2415 wc->nid, j, mute, left, right, depth + 1);
2427 int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
2469 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
2487 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &cleft, &cright);
2489 mute, cleft, cright, depth + 1);
2501 uint32_t mute;
2505 mute = 0;
2507 mute |= HDAA_AMP_MUTE_LEFT;
2513 mute |= HDAA_AMP_MUTE_RIGHT;
2533 w->nid, -1, mute, lvol, rvol, 0);
2540 w->nid, -1, mute, lvol, rvol, 0);
2557 w->nid, j, mute, lvol, rvol, 0);
2564 w->nid, -1, mute, lvol, rvol, 0);
2567 w->nid, -1, mute, lvol, rvol, 0);
2633 * +20dB for mics, -10dB for analog vol, mute for igain, 0dB for others.
2715 /* If we have input control on this node mute them
2729 nid, i, muted?"mute":"unmute");
3001 int mute, offset, step, size;
3057 mute = HDA_PARAM_OUTPUT_AMP_CAP_MUTE_CAP(ocap);
3072 ctls[cnt].mute = mute;
3087 mute = HDA_PARAM_OUTPUT_AMP_CAP_MUTE_CAP(icap);
3118 ctls[cnt].mute = mute;
3137 ctls[cnt].mute = mute;
4185 /* Disable and mute controls for disabled widgets. */
5609 ctl->mute?" + mute":"");
5611 printf("%s\n", ctl->mute?"mute":"");
5787 "mute=%d step=%d size=%d offset=%d (%+d/%+ddB)\n",
6246 " mute: %d step: %3d size: %3d off: %3d%s\n",
6247 ctl->mute, ctl->step, ctl->size, ctl->offset,