mute_val 3036 sound/pci/hda/hda_generic.c unsigned int *mute_val) mute_val 3046 sound/pci/hda/hda_generic.c *mix_val = *mute_val = 0; mute_val 3050 sound/pci/hda/hda_generic.c *mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT); mute_val 3051 sound/pci/hda/hda_generic.c if (*mix_val && *mute_val) mute_val 3062 sound/pci/hda/hda_generic.c if (!*mute_val && nid_has_mute(codec, nid, HDA_OUTPUT) && mute_val 3064 sound/pci/hda/hda_generic.c *mute_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); mute_val 3066 sound/pci/hda/hda_generic.c return *mix_val || *mute_val; mute_val 3076 sound/pci/hda/hda_generic.c unsigned int mix_val, mute_val; mute_val 3079 sound/pci/hda/hda_generic.c if (!look_for_mix_leaf_ctls(codec, mix_nid, pin, &mix_val, &mute_val)) mute_val 3096 sound/pci/hda/hda_generic.c if (mute_val) { mute_val 3097 sound/pci/hda/hda_generic.c err = __add_pb_sw_ctrl(spec, HDA_CTL_WIDGET_MUTE, ctlname, ctlidx, mute_val); mute_val 3100 sound/pci/hda/hda_generic.c path->ctls[NID_PATH_MUTE_CTL] = mute_val;