Lines Matching defs:mix_nid
3051 static bool look_for_mix_leaf_ctls(struct hda_codec *codec, hda_nid_t mix_nid,
3059 idx = snd_hda_get_conn_index(codec, mix_nid, pin, true);
3064 if (nid_has_volume(codec, mix_nid, HDA_INPUT))
3065 *mix_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
3066 if (nid_has_mute(codec, mix_nid, HDA_INPUT))
3067 *mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
3072 num_conns = snd_hda_get_conn_list(codec, mix_nid, &list);
3089 hda_nid_t mix_nid)
3096 if (!look_for_mix_leaf_ctls(codec, mix_nid, pin, &mix_val, &mute_val))
3099 path = snd_hda_add_new_path(codec, pin, mix_nid, 0);
3122 err = add_loopback_list(spec, mix_nid, idx);