Lines Matching defs:mix_nid
3057 static bool look_for_mix_leaf_ctls(struct hda_codec *codec, hda_nid_t mix_nid,
3065 idx = snd_hda_get_conn_index(codec, mix_nid, pin, true);
3070 if (nid_has_volume(codec, mix_nid, HDA_INPUT))
3071 *mix_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
3072 if (nid_has_mute(codec, mix_nid, HDA_INPUT))
3073 *mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
3078 num_conns = snd_hda_get_conn_list(codec, mix_nid, &list);
3095 hda_nid_t mix_nid)
3102 if (!look_for_mix_leaf_ctls(codec, mix_nid, pin, &mix_val, &mute_val))
3105 path = snd_hda_add_new_path(codec, pin, mix_nid, 0);
3128 err = add_loopback_list(spec, mix_nid, idx);