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

/linux-master/sound/pci/hda/
H A Dhda_generic.c3057 static bool look_for_mix_leaf_ctls(struct hda_codec *codec, hda_nid_t mix_nid, argument
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,
3093 new_analog_input(struct hda_codec *codec, int input_idx, hda_nid_t pin, const char *ctlname, int ctlidx, hda_nid_t mix_nid) argument
[all...]

Completed in 117 milliseconds