Home
last modified time | relevance | path

Searched refs:cvt_idx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c326 int cvt_idx; in cvt_nid_to_cvt_index() local
328 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) in cvt_nid_to_cvt_index()
329 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index()
330 return cvt_idx; in cvt_nid_to_cvt_index()
999 int cvt_idx, mux_idx = 0; in hdmi_choose_cvt() local
1008 cvt_idx = cvt_nid_to_cvt_index(codec, per_pin->cvt_nid); in hdmi_choose_cvt()
1009 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt()
1013 *cvt_id = cvt_idx; in hdmi_choose_cvt()
1018 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) { in hdmi_choose_cvt()
1019 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c569 int cvt_idx = 0; in hdac_hdmi_verify_connect_sel_all_pins() local
575 AC_VERB_SET_CONNECT_SEL, cvt_idx); in hdac_hdmi_verify_connect_sel_all_pins()
577 __func__, cvt->name, port->pin->nid, cvt_idx); in hdac_hdmi_verify_connect_sel_all_pins()
579 ++cvt_idx; in hdac_hdmi_verify_connect_sel_all_pins()