Searched refs:mute_nid (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.c4255 hda_nid_t mute_nid; do_automute() local
4260 mute_nid = get_amp_nid_(path->ctls[NID_PATH_MUTE_CTL]); do_automute()
4261 if (!mute_nid) do_automute()
4264 spec->mute_bits |= (1ULL << mute_nid); do_automute()
4266 spec->mute_bits &= ~(1ULL << mute_nid); do_automute()

Completed in 107 milliseconds